Skip to content

Commit 60ec9a0

Browse files
ACQE-8728: [MFTF TESTS] StorefrontVerifyMultipleProductRatingsOnCategoryPageTest
- Updated the code to navigate customer account page
1 parent f6aa682 commit 60ec9a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Review/Test/Mftf/Test/StorefrontVerifyMultipleProductRatingsOnCategoryPageTest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@
5353
</after>
5454

5555
<!-- Go to frontend and make a user account and login with it -->
56-
<actionGroup ref="SignUpNewUserFromStorefrontActionGroup" stepKey="signUpNewUser">
57-
<argument name="Customer" value="CustomerEntityOne"/>
56+
<actionGroup ref="StorefrontOpenCustomerAccountCreatePageActionGroup" stepKey="openCreateAccountPage"/>
57+
<actionGroup ref="StorefrontFillCustomerAccountCreationFormActionGroup" stepKey="fillCreateAccountForm">
58+
<argument name="customer" value="CustomerEntityOne"/>
5859
</actionGroup>
60+
<actionGroup ref="StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup" stepKey="submitCreateAccountForm"/>
5961
<!-- Go to the first product view page -->
6062
<actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openStorefrontProductPage1">
6163
<argument name="productUrl" value="$$createProduct1.custom_attributes[url_key]$$"/>

0 commit comments

Comments
 (0)