[arvados] updated: 2.7.0-6302-ge335b4a752
git repository hosting
git at public.arvados.org
Wed May 15 14:13:58 UTC 2024
Summary of changes:
services/workbench2/cypress/e2e/workflow.cy.js | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
via e335b4a752620e7e4d89c24a739c30470b9a1c33 (commit)
from 99ec6192c3914d0d5e444b37ab44712e862c0f32 (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 e335b4a752620e7e4d89c24a739c30470b9a1c33
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed May 15 10:13:51 2024 -0400
21535: removed hover assertion 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 5832f802c4..ef84faab6d 100644
--- a/services/workbench2/cypress/e2e/workflow.cy.js
+++ b/services/workbench2/cypress/e2e/workflow.cy.js
@@ -255,14 +255,8 @@ describe('Registered workflow panel tests', function() {
cy.loginAs(activeUser);
cy.get('[data-cy=data-table-multiselect-popover]').click();
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')
- cy.get('[data-cy=multiselect-button]').eq(0).click();
+ cy.get('[data-cy=multiselect-button]').eq(0).click({force: true});
cy.get('[data-cy=confirmation-dialog-ok-btn]').should('exist').click();
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list