[arvados] updated: 2.7.0-6301-g99ec6192c3

git repository hosting git at public.arvados.org
Wed May 15 13:37:17 UTC 2024


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

       via  99ec6192c3914d0d5e444b37ab44712e862c0f32 (commit)
      from  f58e8a4b526cf7237cfbdee17de592356bcd97dc (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 99ec6192c3914d0d5e444b37ab44712e862c0f32
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Wed May 15 09:37:10 2024 -0400

    21535: test spec tweaks 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 9ebbde8a31..5832f802c4 100644
--- a/services/workbench2/cypress/e2e/workflow.cy.js
+++ b/services/workbench2/cypress/e2e/workflow.cy.js
@@ -257,6 +257,8 @@ describe('Registered workflow panel tests', function() {
         cy.get('[data-cy=multiselect-popover-All]').click();
         cy.waitForDom().get('[data-cy=multiselect-popover-All]', {timeout: 10000}).should('not.exist');
 
+        cy.wait(20000)
+
         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')

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list