[arvados] updated: 2.7.0-6278-g857687c280

git repository hosting git at public.arvados.org
Mon Apr 1 17:36:20 UTC 2024


Summary of changes:
 services/workbench2/cypress/e2e/user-profile.cy.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  857687c280c2a84152de6e8df840d0bcf1282bcf (commit)
      from  2c736f0babb3862b4d77210e3340473a1cf42082 (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 857687c280c2a84152de6e8df840d0bcf1282bcf
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Mon Apr 1 13:36:16 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 f5315cf456..3e4cb7fa07 100644
--- a/services/workbench2/cypress/e2e/user-profile.cy.js
+++ b/services/workbench2/cypress/e2e/user-profile.cy.js
@@ -82,7 +82,7 @@ describe('User profile tests', function() {
             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(setup ? 'contain' : 'not.contain', 'Setup User');
+            cy.get('[role=button]').should(setup ? 'contain' : 'not.contain', 'Setup user');
         });
         cy.get('div[role=presentation]').click();
     }
@@ -382,7 +382,7 @@ describe('User profile tests', function() {
 
         // Setup user
         cy.get('[data-cy=user-profile-panel-options-btn]').click();
-        cy.get('[data-cy=context-menu]').contains('Setup User').click();
+        cy.get('[data-cy=context-menu]').contains('Setup user').click();
         cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
 
         // Check that user is setup

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list