Browse Source

refactor: i18n associated cypress correction

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/1276/head
Raju Udava 3 years ago
parent
commit
63ac6cac56
  1. 2
      scripts/cypress/support/page_objects/mainPage.js

2
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");

Loading…
Cancel
Save