Skip to content

Commit dc7d112

Browse files
committed
MC-13679: Forgot Password on Storefront validates customer email input
- Fixed annotatations and seeInCurrentUrl
1 parent 6cd6dc3 commit dc7d112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Test/Mftf/Test/StorefrontForgotPasswordTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-13679"/>
1919
<group value="Customer"/>
20-
<group value="mtf-migrated"/>
20+
<group value="mtf_migrated"/>
2121
</annotations>
2222
<before>
2323
<magentoCLI command="config:set customer/captcha/enable 0" stepKey="disableCaptcha"/>
@@ -34,7 +34,7 @@
3434
<see stepKey="seePageTitle" userInput="Forgot Your Password" selector="{{StorefrontForgotPasswordSection.pageTitle}}"/>
3535
<fillField stepKey="enterEmail" userInput="$$customer.email$$" selector="{{StorefrontForgotPasswordSection.email}}"/>
3636
<click stepKey="clickResetPassword" selector="{{StorefrontForgotPasswordSection.resetMyPasswordButton}}"/>
37-
<seeInUrl stepKey="seeInSignInPage" userInput="account/login"/>
37+
<seeInCurrentUrl stepKey="seeInSignInPage" url="account/login"/>
3838
<see stepKey="seeSuccessMessage" userInput="If there is an account associated with $$customer.email$$ you will receive an email with a link to reset your password." selector="{{StorefrontCustomerLoginMessagesSection.successMessage}}"/>
3939
</test>
4040
</tests>

0 commit comments

Comments
 (0)