[arvados] updated: 2.7.0-6276-gf235379ac4
git repository hosting
git at public.arvados.org
Mon Apr 1 15:50:59 UTC 2024
Summary of changes:
services/workbench2/cypress/e2e/user-profile.cy.js | 2 +-
services/workbench2/src/views-components/context-menu/menu-item-sort.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via f235379ac4b4c2216d42ae93233e5d0c5c1ae872 (commit)
from 73aff80c1f97e854203f75375dbef1924671667e (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 f235379ac4b4c2216d42ae93233e5d0c5c1ae872
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Mon Apr 1 11:50:54 2024 -0400
21448: fixed user profile test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/cypress/e2e/user-profile.cy.js b/services/workbench2/cypress/e2e/user-profile.cy.js
index f1ae051331..baf9073d91 100644
--- a/services/workbench2/cypress/e2e/user-profile.cy.js
+++ b/services/workbench2/cypress/e2e/user-profile.cy.js
@@ -81,7 +81,7 @@ describe('User profile tests', function() {
cy.get('[role=button]').should(account ? 'contain' : 'not.contain', 'Account Settings');
cy.get('[role=button]').should(activate ? 'contain' : 'not.contain', 'Activate User');
cy.get('[role=button]').should(deactivate ? 'contain' : 'not.contain', 'Deactivate user');
- cy.get('[role=button]').should(login ? 'contain' : 'not.contain', 'Login As User');
+ cy.get('[role=button]').should(login ? 'contain' : 'not.contain', 'Login as user');
cy.get('[role=button]').should(setup ? 'contain' : 'not.contain', 'Setup User');
});
cy.get('div[role=presentation]').click();
diff --git a/services/workbench2/src/views-components/context-menu/menu-item-sort.ts b/services/workbench2/src/views-components/context-menu/menu-item-sort.ts
index d11866f121..ee623de841 100644
--- a/services/workbench2/src/views-components/context-menu/menu-item-sort.ts
+++ b/services/workbench2/src/views-components/context-menu/menu-item-sort.ts
@@ -153,7 +153,7 @@ export const sortMenuItems = (menuKind: ContextMenuKind, menuItems: ContextMenuA
const bucketMap = new Map();
const leftovers: ContextMenuAction[] = [];
- // if we have multiple dividers, we need each of them to have a different key
+ // if we have multiple dividers, we need each of them to have a different "name" property
let count = 0;
preferredOrder.forEach((name) => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list