[arvados-workbench2] updated: 2.6.3-52-g89d84fd0

git repository hosting git at public.arvados.org
Thu Aug 17 18:37:26 UTC 2023


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

       via  89d84fd0b6d998e0b7a6aae63ddb96fb6e29ed42 (commit)
      from  71b40d027ef53530643e1b2a81eb276f16d7ec85 (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 89d84fd0b6d998e0b7a6aae63ddb96fb6e29ed42
Author: Stephen Smith <stephen at curii.com>
Date:   Thu Aug 17 14:36:54 2023 -0400

    19991: Try to fix tests / elements detached from dom
    
    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 d5b1b9eb..a2841eb8 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -876,6 +876,7 @@ describe('Collection panel tests', function () {
                     .should('contain', '3').and('contain', '3 B');
 
                 // Check context menus on version browser
+                cy.waitForDom();
                 cy.get('[data-cy=collection-version-browser-select-3]').rightclick()
                 cy.get('[data-cy=context-menu]')
                     .should('contain', 'Add to favorites')
@@ -932,7 +933,7 @@ describe('Collection panel tests', function () {
 
                 cy.waitForDom().get('.layout-pane-primary', { timeout: 12000 }).contains('Projects').click();
 
-                cy.get('main').contains(`Files extracted from: ${this.collection.name}`).click();
+                cy.waitForDom().get('main').contains(`Files extracted from: ${this.collection.name}`).click();
                 cy.get('[data-cy=collection-files-panel]')
                         .and('contain', 'bar');
             });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list