Skip to content

Commit a8863e0

Browse files
Merge branch 'ACQE-8728' into ACQE-functional-deployment-v4-3
2 parents 9db6536 + d27dc74 commit a8863e0

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
@@ -52,9 +52,11 @@
5252
</after>
5353

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

0 commit comments

Comments
 (0)