[arvados] updated: 2.7.0-6584-g3bb8e68085
git repository hosting
git at public.arvados.org
Fri May 17 13:12:52 UTC 2024
Summary of changes:
services/workbench2/cypress/e2e/details-card.cy.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 3bb8e68085f2179068c325d2d419b276f0b07fa0 (commit)
from 164147617229e6a2624d34467945cddfe309cda9 (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 3bb8e68085f2179068c325d2d419b276f0b07fa0
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Fri May 17 09:12:40 2024 -0400
21224: fixed user card 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 8f45671e0e..55ec6ad7d2 100644
--- a/services/workbench2/cypress/e2e/details-card.cy.js
+++ b/services/workbench2/cypress/e2e/details-card.cy.js
@@ -39,7 +39,7 @@ describe('User Details Card tests', function () {
});
it('shows the appropriate buttons in the multiselect toolbar', () => {
- const msButtonTooltips = ['API Details', 'Attributes', 'User account'];
+ const msButtonTooltips = ['View details', 'User account', 'API Details'];
cy.loginAs(activeUser);
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list