We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06efe65 commit 255b2aaCopy full SHA for 255b2aa
cypress/integration/plugins/security/internalusers_spec.js
@@ -57,7 +57,7 @@ if (Cypress.env('SECURITY_ENABLED')) {
57
}
58
);
59
60
- cy.contains('span', 'Create user account');
+ cy.contains('span', 'Create internal user');
61
62
cy.url().should((url) => {
63
expect(url).to.not.contain('/users/create');
0 commit comments