[arvados-workbench2] updated: 2.5.0-110-g564602b5

git repository hosting git at public.arvados.org
Wed Mar 22 14:24:12 UTC 2023


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

       via  564602b5adef0b62edd07c2daa1e09a6f6731b92 (commit)
      from  d88b968d0c6b289c8bb48c0998384834ab3f4180 (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 564602b5adef0b62edd07c2daa1e09a6f6731b92
Author: Stephen Smith <stephen at curii.com>
Date:   Wed Mar 22 10:24:00 2023 -0400

    20251: Try to improve flaky clipboard test
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js
index 6a3043d6..cdb49c86 100644
--- a/cypress/integration/project.spec.js
+++ b/cypress/integration/project.spec.js
@@ -546,7 +546,7 @@ describe('Project tests', function() {
             });
 
         cy.get('[data-cy=side-panel-tree]').contains('Projects').click();
-        cy.get('[data-cy=project-panel]').contains(projectName).rightclick();
+        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) => (
             win.navigator.clipboard.readText().then((text) => {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list