[arvados-workbench2] updated: 2.4.0-185-g9bebca67
git repository hosting
git at public.arvados.org
Fri Sep 2 14:03:51 UTC 2022
Summary of changes:
cypress/integration/project.spec.js | 2 +-
cypress/integration/search.spec.js | 2 +-
cypress/integration/user-profile.spec.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
via 9bebca676bc02aff8f90ae496a0a1bf15af94555 (commit)
from c88bb4d5e97a168a4f2209112bdac97577eb35f9 (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 9bebca676bc02aff8f90ae496a0a1bf15af94555
Author: Stephen Smith <stephen at curii.com>
Date: Fri Sep 2 10:03:32 2022 -0400
19383: Rename advanced dialog to api details in cypress tests
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js
index b2f6f33d..9c5e791c 100644
--- a/cypress/integration/project.spec.js
+++ b/cypress/integration/project.spec.js
@@ -301,7 +301,7 @@ describe('Project tests', function() {
cy.get('main').contains(projectName).rightclick();
- cy.get('[data-cy=context-menu]').contains('Advanced').click();
+ cy.get('[data-cy=context-menu]').contains('API Details').click();
cy.get('[role=tablist]').contains('METADATA').click();
diff --git a/cypress/integration/search.spec.js b/cypress/integration/search.spec.js
index 2216c067..da33c7df 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -241,7 +241,7 @@ describe('Search tests', function() {
cy.get('[data-cy=context-menu]').within((ctx) => {
// Check that there are 4 items in the menu
cy.get(ctx).children().should('have.length', 4);
- cy.contains('Advanced');
+ cy.contains('API Details');
cy.contains('Copy to clipboard');
cy.contains('Open in new tab');
cy.contains('View details');
diff --git a/cypress/integration/user-profile.spec.js b/cypress/integration/user-profile.spec.js
index 7d21249c..d91dbb0b 100644
--- a/cypress/integration/user-profile.spec.js
+++ b/cypress/integration/user-profile.spec.js
@@ -76,7 +76,7 @@ describe('User profile tests', function() {
}) {
cy.get('[data-cy=user-profile-panel-options-btn]').click();
cy.get('[data-cy=context-menu]').within(() => {
- cy.get('[role=button]').contains('Advanced');
+ cy.get('[role=button]').contains('API Details');
cy.get('[role=button]').should(account ? 'contain' : 'not.contain', 'Account Settings');
cy.get('[role=button]').should(activate ? 'contain' : 'not.contain', 'Activate User');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list