Skip to content

Commit d185e5f

Browse files
MC-18071: Reviews not displaying on product page with "Product – Full Width" layout
1 parent a204da5 commit d185e5f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/StorefrontActionGroup.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,15 @@
5353
<waitForPageLoad stepKey="waitForPageLoad"/>
5454
<see userInput="{{CMSPage.title}}" stepKey="seePageName"/>
5555
</actionGroup>
56+
<actionGroup name="StorefrontAddProductReviewProductFullWidthLayoutActionGroup">
57+
<arguments>
58+
<argument name="review" type="entity" defaultValue="simpleProductReview"/>
59+
</arguments>
60+
<fillField selector="{{StorefrontProductReviewsSection.nicknameField}}" userInput="{{review.nickname}}" stepKey="fillNicknameField"/>
61+
<fillField selector="{{StorefrontProductReviewsSection.summaryField}}" userInput="{{review.title}}" stepKey="fillSummaryField"/>
62+
<fillField selector="{{StorefrontProductReviewsSection.reviewField}}" userInput="{{review.detail}}" stepKey="fillReviewField"/>
63+
<click selector="{{StorefrontProductReviewsSection.submitReview}}" stepKey="clickSubmitReview"/>
64+
<waitForElementVisible selector="{{StorefrontCategoryMainSection.SuccessMsg}}" stepKey="waitForSuccessMessage"/>
65+
<see selector="{{StorefrontCategoryMainSection.SuccessMsg}}" userInput="You submitted your review for moderation." stepKey="seeSuccessMessage"/>
66+
</actionGroup>
5667
</actionGroups>

0 commit comments

Comments
 (0)