X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6de5c3aae92b2a19a55052e69ff9762b78954dd2..5823c9f23cbf23e86d653b6ffb6b84515864f5c9:/services/workbench2/cypress/e2e/search.cy.js diff --git a/services/workbench2/cypress/e2e/search.cy.js b/services/workbench2/cypress/e2e/search.cy.js index 4e5aa31f4d..16edcb1e43 100644 --- a/services/workbench2/cypress/e2e/search.cy.js +++ b/services/workbench2/cypress/e2e/search.cy.js @@ -301,7 +301,7 @@ describe("Search tests", function () { cy.get("[data-cy=context-menu]").within(() => { cy.contains("Copy link to clipboard").click(); cy.waitForDom(); - cy.window().then(win => + cy.window({ timeout: 15000 }).then(win => win.navigator.clipboard.readText().then(text => { expect(text).to.equal(`https://wb2.xxxxx.fakecluster.tld/collections/${federatedColUuid}`); })