[arvados-workbench2] updated: 2.6.0-7-gbb5bafcc

git repository hosting git at public.arvados.org
Wed May 10 00:09:25 UTC 2023


Summary of changes:
 cypress/integration/project.spec.js | 2 ++
 1 file changed, 2 insertions(+)

       via  bb5bafcc65c3d78fd469b3c5041846ddbc67870a (commit)
      from  6319203009ed914504e23ff263b090e6250709fa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit bb5bafcc65c3d78fd469b3c5041846ddbc67870a
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue May 9 20:09:08 2023 -0400

    20487: Try make tests more reliable
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js
index 68a90133..c10c48bb 100644
--- a/cypress/integration/project.spec.js
+++ b/cypress/integration/project.spec.js
@@ -135,6 +135,7 @@ describe('Project tests', function() {
                 });
             });
         cy.get('[data-cy=form-submit-btn]').click();
+        cy.get('[data-cy=form-dialog]').should('not.exist');
 
         const editProjectDescription = (name, type) => {
             cy.get('[data-cy=side-panel-tree]').contains('Home Projects').click();
@@ -546,6 +547,7 @@ describe('Project tests', function() {
             });
         cy.get('[data-cy=form-dialog]').should("not.exist");
         cy.get('[data-cy=side-panel-tree]').contains('Projects').click();
+        cy.waitForDom();
         cy.get('[data-cy=project-panel]').contains(projectName).should('be.visible').rightclick();
         cy.get('[data-cy=context-menu]').contains('Copy to clipboard').click();
         cy.window().then((win) => (

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list