[arvados] updated: 2.7.0-6263-g3a4994a4a3
git repository hosting
git at public.arvados.org
Thu Mar 28 15:01:31 UTC 2024
Summary of changes:
services/workbench2/cypress/e2e/collection.cy.js | 2 +-
services/workbench2/cypress/e2e/process.cy.js | 2 +-
services/workbench2/cypress/e2e/project.cy.js | 4 ++--
services/workbench2/cypress/e2e/user-profile.cy.js | 6 +++---
4 files changed, 7 insertions(+), 7 deletions(-)
via 3a4994a4a3f1f9a52e38f70335e8845e09849846 (commit)
from 9d8b1517ec34774e041eede98c050f6bdd184c22 (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 3a4994a4a3f1f9a52e38f70335e8845e09849846
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Thu Mar 28 11:01:26 2024 -0400
21448: adjusted specs to fit capitalization standardization Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/cypress/e2e/collection.cy.js b/services/workbench2/cypress/e2e/collection.cy.js
index c5edf0e4f2..9c25f48f58 100644
--- a/services/workbench2/cypress/e2e/collection.cy.js
+++ b/services/workbench2/cypress/e2e/collection.cy.js
@@ -31,7 +31,7 @@ describe("Collection panel tests", function () {
const msButtonTooltips = [
'API Details',
- 'Add to Favorites',
+ 'Add to favorites',
'Copy to clipboard',
'Edit collection',
'Make a copy',
diff --git a/services/workbench2/cypress/e2e/process.cy.js b/services/workbench2/cypress/e2e/process.cy.js
index 2a5a62927f..ccef34efbc 100644
--- a/services/workbench2/cypress/e2e/process.cy.js
+++ b/services/workbench2/cypress/e2e/process.cy.js
@@ -90,7 +90,7 @@ describe("Process tests", function () {
const msButtonTooltips = [
'API Details',
- 'Add to Favorites',
+ 'Add to favorites',
'CANCEL',
'Copy and re-run process',
'Edit process',
diff --git a/services/workbench2/cypress/e2e/project.cy.js b/services/workbench2/cypress/e2e/project.cy.js
index 4aeb59bc75..4b38fe6d92 100644
--- a/services/workbench2/cypress/e2e/project.cy.js
+++ b/services/workbench2/cypress/e2e/project.cy.js
@@ -220,10 +220,10 @@ describe("Project tests", function () {
const msButtonTooltips = [
'API Details',
- 'Add to Favorites',
+ 'Add to favorites',
'Copy to clipboard',
'Edit project',
- 'Freeze Project',
+ 'Freeze project',
'Move to',
'Move to trash',
'New project',
diff --git a/services/workbench2/cypress/e2e/user-profile.cy.js b/services/workbench2/cypress/e2e/user-profile.cy.js
index 0a06eaf361..f1ae051331 100644
--- a/services/workbench2/cypress/e2e/user-profile.cy.js
+++ b/services/workbench2/cypress/e2e/user-profile.cy.js
@@ -80,7 +80,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(deactivate ? 'contain' : 'not.contain', 'Deactivate user');
cy.get('[role=button]').should(login ? 'contain' : 'not.contain', 'Login As User');
cy.get('[role=button]').should(setup ? 'contain' : 'not.contain', 'Setup User');
});
@@ -364,7 +364,7 @@ describe('User profile tests', function() {
// Deactivate user
cy.get('[data-cy=user-profile-panel-options-btn]').click();
- cy.get('[data-cy=context-menu]').contains('Deactivate User').click();
+ cy.get('[data-cy=context-menu]').contains('Deactivate user').click();
cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
// Check that user is deactivated
@@ -418,7 +418,7 @@ describe('User profile tests', function() {
// Deactivate and activate user skipping setup
cy.get('[data-cy=user-profile-panel-options-btn]').click();
- cy.get('[data-cy=context-menu]').contains('Deactivate User').click();
+ cy.get('[data-cy=context-menu]').contains('Deactivate user').click();
cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
// Check
cy.get('[data-cy=account-status]').contains('Inactive');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list