19383: Rename advanced dialog to api details in cypress tests
[arvados-workbench2.git] / cypress / integration / user-profile.spec.js
index 7d21249c4bc38d7b9331d3ee9d6a6fbd3ccc05a9..d91dbb0bc5bf4a49f98e7ffd256b2df31248edfb 100644 (file)
@@ -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');