Skip to content

Commit 4978f4c

Browse files
ACQE-7750: StorefrontVerifyShoppingCartPersistenceUnderLongTermCookieTest
MFTF Test fix
1 parent 55ca27d commit 4978f4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Persistent/Test/Mftf/Test/StorefrontVerifyShoppingCartPersistenceUnderLongTermCookieTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050

5151
<!-- 1. Go to storefront and click the Create an Account link-->
5252
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="amOnHomePage"/>
53-
<click selector="{{StorefrontPanelHeaderSection.createAnAccountLink}}" stepKey="clickCreateAnAccountLink" />
53+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickCreateAnAccountLink"/>
54+
<actionGroup ref="StorefrontOpenCustomerAccountCreatePageActionGroup" stepKey="openCreateAccountPage"/>
5455
<actionGroup ref="StorefrontAssertPersistentRegistrationPageFields" stepKey="assertPersistentRegistrationPageFields"/>
5556

5657
<!-- 2. Fill fields for registration, set password and unselect the Remember Me checkbox-->

0 commit comments

Comments
 (0)