diff --git a/scripts/cypress/support/page_objects/mainPage.js b/scripts/cypress/support/page_objects/mainPage.js index 6a81dc7848..7135b20f5b 100644 --- a/scripts/cypress/support/page_objects/mainPage.js +++ b/scripts/cypress/support/page_objects/mainPage.js @@ -89,7 +89,7 @@ export class _mainPage { // click on New User button, feed details cy.get('button:contains("New User")').first().click(); - cy.get('label:contains("Email")') + cy.get('label:contains("E-mail")') .next("input") .type(userCred.username) .trigger("input");