[arvados] updated: 2.7.0-6297-ge92b3c613b

git repository hosting git at public.arvados.org
Tue May 14 17:38:42 UTC 2024


Summary of changes:
 services/workbench2/cypress/e2e/workflow.cy.js | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

       via  e92b3c613b2dfebb06eab7668c14f53f8d823415 (commit)
      from  b49e3c4a3e3cb58ba8b3c4acfe1f7bb961424a71 (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 e92b3c613b2dfebb06eab7668c14f53f8d823415
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Tue May 14 13:38:36 2024 -0400

    21535: added timeouts to test spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/cypress/e2e/workflow.cy.js b/services/workbench2/cypress/e2e/workflow.cy.js
index 3a16385c54..79f7b72788 100644
--- a/services/workbench2/cypress/e2e/workflow.cy.js
+++ b/services/workbench2/cypress/e2e/workflow.cy.js
@@ -256,10 +256,8 @@ describe('Registered workflow panel tests', function() {
         cy.get('[data-cy=data-table-multiselect-popover]').click();
         cy.get('[data-cy=multiselect-popover-All]').click();
 
-        cy.waitForDom().get('[data-cy=multiselect-button]', {timeout: 10000})
-            .should('exist')
-            .should('have.length', '1')
-            .trigger('mouseover');
+        cy.waitForDom().get('[data-cy=multiselect-button]', {timeout: 10000}).should('be.visible')
+        cy.get('[data-cy=multiselect-button]', {timeout: 10000}).should('have.length', '1').trigger('mouseover');
         cy.get('body').contains('Delete Workflow', {timeout: 10000}).should('exist')
         cy.get('[data-cy=multiselect-button]').eq(0).click();
         

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list