Skip to content

Commit d3d2d71

Browse files
authored
Merge pull request #196 from magento-gl/ACQE-4043
ACQE-4043
2 parents 3b7b0c5 + 07af2d6 commit d3d2d71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/StorefrontReviewWithProductFullWidthLayoutTest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
<argument name="productUrl" value="$$createProduct.custom_attributes[url_key]$$"/>
7373
</actionGroup>
7474
<!-- Click on reviews and add review with current user -->
75+
<scrollTo selector="{{StorefrontProductReviewsSection.startRating('1','5')}}" x="-200" y="-200" stepKey="scrollToQuality"/>
76+
<clickWithLeftButton selector="{{StorefrontProductReviewsSection.startRating('1','5')}}" x="75" y="0" stepKey="clickButton1"/>
77+
<clickWithLeftButton selector="{{StorefrontProductReviewsSection.startRating('2','5')}}" x="75" y="0" stepKey="clickButton2"/>
78+
<clickWithLeftButton selector="{{StorefrontProductReviewsSection.startRating('3','5')}}" x="75" y="0" stepKey="clickButton3"/>
79+
7580
<actionGroup ref="StorefrontAddProductReviewProductFullWidthLayoutActionGroup" stepKey="addReview"/>
7681
<!-- Go to "Pending reviews" page and clear filters -->
7782
<actionGroup ref="AdminOpenPendingReviewsPageActionGroup" stepKey="openReviewsPage"/>

0 commit comments

Comments
 (0)