[arvados-workbench2] updated: 2.6.0-8-gb3b7bc4a

git repository hosting git at public.arvados.org
Wed May 10 00:17:26 UTC 2023


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

       via  b3b7bc4a913960c0dd1cba50eb690534b15b37b4 (commit)
      from  bb5bafcc65c3d78fd469b3c5041846ddbc67870a (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 b3b7bc4a913960c0dd1cba50eb690534b15b37b4
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue May 9 20:17:11 2023 -0400

    20487: Wait for the snackbar to appear & go away
    
    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 c10c48bb..eff4d4e9 100644
--- a/cypress/integration/project.spec.js
+++ b/cypress/integration/project.spec.js
@@ -546,6 +546,8 @@ 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=snackbar]').contains('created');
+        cy.get('[data-cy=snackbar]').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();

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list