20031: Try to fix test
authorStephen Smith <stephen@curii.com>
Tue, 2 May 2023 13:05:14 +0000 (09:05 -0400)
committerStephen Smith <stephen@curii.com>
Tue, 2 May 2023 13:05:14 +0000 (09:05 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

cypress/integration/create-workflow.spec.js

index ca56e404ad61c60400a1cebb8e8dcf32e7c81f6c..0fe7e34117a96a4d870f47961e67c96f6cfef846 100644 (file)
@@ -166,8 +166,8 @@ describe('Multi-file deletion tests', function () {
                                 cy.get(`[data-id=${testCollection.uuid}]`)
                                     .find('i').click();
 
+                                cy.wait(1000);
                                 cy.contains('bar').closest('[data-action=TOGGLE_ACTIVE]').parent().find('input[type=checkbox]').click();
-
                                 cy.contains('baz').closest('[data-action=TOGGLE_ACTIVE]').parent().find('input[type=checkbox]').click();
 
                                 cy.get('[data-cy=ok-button]').click();