UNPKG

graphdb-workbench-tests

Version:
6 lines (5 loc) 169 B
export class WindowSteps { static getClipboardTextContent() { return cy.window().its('navigator.clipboard').invoke('readText').then((text) => text); } }