[ARVADOS-WORKBENCH2] updated: 2.4.0-50-g9ec7a1bf

Git user git at public.arvados.org
Thu May 12 22:20:06 UTC 2022


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

       via  9ec7a1bf9888c2e517c7f9e0bf595c70795d5da8 (commit)
      from  eb23ad3ba751b675858ef20ade568cd8c8688caa (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 9ec7a1bf9888c2e517c7f9e0bf595c70795d5da8
Author: Stephen Smith <stephen at curii.com>
Date:   Thu May 12 18:19:48 2022 -0400

    19049: Improve flaky cypress test
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index 568121f1..d668b467 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -842,7 +842,7 @@ describe('Collection panel tests', function () {
 
                 cy.get('[data-cy=form-submit-btn]').click();
 
-                cy.get('.layout-pane-primary', { timeout: 12000 }).contains('Projects').click();
+                cy.waitForDom().get('.layout-pane-primary', { timeout: 12000 }).contains('Projects').click();
 
                 cy.get('main').contains(`Files extracted from: ${this.collection.name}`).should('exist');
             });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list