X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b56396475bcae2a8a1356267120bc712538b198d..5823c9f23cbf23e86d653b6ffb6b84515864f5c9:/services/workbench2/cypress/e2e/search.cy.js?ds=sidebyside diff --git a/services/workbench2/cypress/e2e/search.cy.js b/services/workbench2/cypress/e2e/search.cy.js index 094a3f618c..16edcb1e43 100644 --- a/services/workbench2/cypress/e2e/search.cy.js +++ b/services/workbench2/cypress/e2e/search.cy.js @@ -215,8 +215,6 @@ describe("Search tests", function () { DispatchCloud: { ExternalURL: "" }, DispatchLSF: { ExternalURL: "" }, DispatchSLURM: { ExternalURL: "" }, - GitHTTP: { ExternalURL: "https://xxxxx.fakecluster.tld:39105/" }, - GitSSH: { ExternalURL: "" }, Health: { ExternalURL: "https://xxxxx.fakecluster.tld:42915/" }, Keepbalance: { ExternalURL: "" }, Keepproxy: { ExternalURL: "https://xxxxx.fakecluster.tld:46773/" }, @@ -303,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}`); })