X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/73aff80c1f97e854203f75375dbef1924671667e..b85a809c724815c2a24f740bcb0e0d3f0bdeb761:/services/workbench2/cypress/e2e/collection.cy.js diff --git a/services/workbench2/cypress/e2e/collection.cy.js b/services/workbench2/cypress/e2e/collection.cy.js index b715cd08b1..20ecf11c09 100644 --- a/services/workbench2/cypress/e2e/collection.cy.js +++ b/services/workbench2/cypress/e2e/collection.cy.js @@ -35,8 +35,8 @@ describe("Collection panel tests", function () { 'Copy link to clipboard', 'Open with 3rd party client', 'API Details', - 'Edit collection', 'Share', + 'Edit collection', 'Move to', 'Make a copy', 'Move to trash', @@ -143,7 +143,7 @@ describe("Collection panel tests", function () { cy.get("[data-cy=name-field]").within(() => { cy.get("input").type(" renamed"); }); - cy.get("[data-cy=form-submit-btn]").click(); + cy.get("[data-cy=form-submit-btn]").click({timeout: 10000}); }); cy.get("[data-cy=form-dialog]").should("not.exist"); // Attempt to rename the collection with the duplicate name