Skip to content

Commit 255b2aa

Browse files
Fixes the span item to reflect correct text
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent 06efe65 commit 255b2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/plugins/security/internalusers_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if (Cypress.env('SECURITY_ENABLED')) {
5757
}
5858
);
5959

60-
cy.contains('span', 'Create user account');
60+
cy.contains('span', 'Create internal user');
6161

6262
cy.url().should((url) => {
6363
expect(url).to.not.contain('/users/create');

0 commit comments

Comments
 (0)