Merge branch '20031-collection-files-batch-operations' into main. Closes #20031
[arvados-workbench2.git] / 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();