[arvados] updated: 2.7.0-6519-g82a42da513
git repository hosting
git at public.arvados.org
Wed Apr 24 13:14:08 UTC 2024
Summary of changes:
services/workbench2/cypress/e2e/details-card.cy.js | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
via 82a42da513c598a30bcf7ec141f1aa313ecfce94 (commit)
from 6066bf4dbe319f85ab43f3c8d7b37495188526c6 (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 82a42da513c598a30bcf7ec141f1aa313ecfce94
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed Apr 24 09:14:02 2024 -0400
21224: toolbar buttons test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/cypress/e2e/details-card.cy.js b/services/workbench2/cypress/e2e/details-card.cy.js
index b070221333..8f45671e0e 100644
--- a/services/workbench2/cypress/e2e/details-card.cy.js
+++ b/services/workbench2/cypress/e2e/details-card.cy.js
@@ -135,8 +135,12 @@ describe('Project Details Card tests', function () {
cy.get('[data-cy=form-dialog]').should('not.exist');
for (let i = 0; i < msButtonTooltips.length; i++) {
- cy.get('[data-cy=multiselect-button]').eq(i).trigger('mouseover', { force: true });
- cy.get('body').contains(msButtonTooltips[i]).should('exist');
+ cy.get('[data-cy=multiselect-button]').eq(i).should('exist');
+ cy.get('[data-cy=multiselect-button]').eq(i).trigger('mouseover');
+ cy.waitForDom()
+ cy.get('body').within(() => {
+ cy.contains(msButtonTooltips[i]).should('exist');
+ });
cy.get('[data-cy=multiselect-button]').eq(i).trigger('mouseout');
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list