X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8d374520f28b507e8934d57be46374044fb93e2f..04af9f8d5ec001805f4e8f4e208ee8bf7be5f8fa:/cypress/integration/user-profile.spec.js?ds=sidebyside diff --git a/cypress/integration/user-profile.spec.js b/cypress/integration/user-profile.spec.js index 7d21249c4b..d91dbb0bc5 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');