Skip to content

Commit ad9cd6b

Browse files
Merge branch 'ACQE-7750' into ACQE-Version2-functional-mainline-deployment
2 parents d1b1276 + ac5de2e commit ad9cd6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2025 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -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)