X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/9cd0c2757db479fb75e150d52d4871d9a88af364..3f7e1a8afad27920adf8f03ce82eeb1ae58aa84f:/cypress/integration/user-profile.spec.js 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');