From 63ac6cac564af8dc10fa4a18744506d86717db52 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 15 Feb 2022 19:17:49 +0530 Subject: [PATCH] refactor: i18n associated cypress correction Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/cypress/support/page_objects/mainPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");