Merge branch '21762-flaky-search-test'
[arvados.git] / services / workbench2 / cypress / e2e / details-card.cy.js
index 067814e0772d49d54ce4ba4eb8c3f4e1a9fd84f4..afc4c74fb2edf5060936bce2f14d9b8fe5c7b92f 100644 (file)
@@ -179,6 +179,8 @@ describe('Project Details Card tests', function () {
             cy.get('div[contenteditable=true]').click().type(projDescription);
             cy.get('[data-cy=form-submit-btn]').click();
         });
+        cy.waitForDom();
+        cy.get('[data-cy=project-panel]').should('be.visible');
         cy.get('[data-cy=project-panel] tbody tr').contains(projName).click({ force: true });
         cy.get('[data-cy=project-details-card]').contains(projName).should('be.visible');