21535: test spec tweaks Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
authorLisa Knox <lisaknox83@gmail.com>
Wed, 15 May 2024 13:37:10 +0000 (09:37 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Wed, 15 May 2024 13:37:10 +0000 (09:37 -0400)
services/workbench2/cypress/e2e/workflow.cy.js

index 9ebbde8a317b94534ac0eadee34583c722ad1d39..5832f802c4cf0da8b773b9101645f38d0b92cf3f 100644 (file)
@@ -257,6 +257,8 @@ describe('Registered workflow panel tests', function() {
         cy.get('[data-cy=multiselect-popover-All]').click();
         cy.waitForDom().get('[data-cy=multiselect-popover-All]', {timeout: 10000}).should('not.exist');
 
+        cy.wait(20000)
+
         cy.waitForDom().get('[data-cy=multiselect-button]', {timeout: 10000}).should('be.visible');
         cy.get('[data-cy=multiselect-button]', {timeout: 10000}).should('have.length', '1').trigger('mouseover');
         cy.get('body').contains('Delete Workflow', {timeout: 10000}).should('exist')