Merge branch '19482-wf-panel' refs #19482
[arvados-workbench2.git] / cypress / integration / project.spec.js
index cdb49c86741a90422688a8b88fc9c160e8d8fcd7..68a90133d25270f937bfdb6d4ecb299036902040 100644 (file)
@@ -544,7 +544,7 @@ describe('Project tests', function() {
                 });
                 cy.get('[data-cy=form-submit-btn]').click();
             });
-
+        cy.get('[data-cy=form-dialog]').should("not.exist");
         cy.get('[data-cy=side-panel-tree]').contains('Projects').click();
         cy.get('[data-cy=project-panel]').contains(projectName).should('be.visible').rightclick();
         cy.get('[data-cy=context-menu]').contains('Copy to clipboard').click();