Skip to content

Commit 78b3a4e

Browse files
authored
Merge pull request #273 from magento-gl/ACQE-5651-page-builder-mainline
Acqe 5651 page builder mainline
2 parents e66f83c + 5bb652f commit 78b3a4e

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<severity value="BLOCKER"/>
1818
<useCaseId value="MC-18071"/>
1919
<testCaseId value="MC-19606"/>
20-
<skip>
21-
<issueId value="MQE-3442"/>
22-
</skip>
2320
<group value="pagebuilder"/>
2421
<group value="pagebuilder-layout"/>
2522
<group value="pagebuilder-fullwidth"/>
@@ -72,12 +69,10 @@
7269
<actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openCreatedProductPage">
7370
<argument name="productUrl" value="$$createProduct.custom_attributes[url_key]$$"/>
7471
</actionGroup>
75-
<!-- Click on reviews and add review with current user -->
76-
<scrollTo selector="{{StorefrontProductReviewsSection.startRating('1','5')}}" x="-200" y="-200" stepKey="scrollToQuality"/>
77-
<clickWithLeftButton selector="{{StorefrontProductReviewsSection.startRating('1','5')}}" x="75" y="0" stepKey="clickButton1"/>
78-
<clickWithLeftButton selector="{{StorefrontProductReviewsSection.startRating('2','5')}}" x="75" y="0" stepKey="clickButton2"/>
79-
<clickWithLeftButton selector="{{StorefrontProductReviewsSection.startRating('3','5')}}" x="75" y="0" stepKey="clickButton3"/>
80-
72+
<comment userInput="BIC workaround" stepKey="scrollToQuality"/>
73+
<comment userInput="BIC workaround" stepKey="clickButton1"/>
74+
<comment userInput="BIC workaround" stepKey="clickButton2"/>
75+
<comment userInput="BIC workaround" stepKey="clickButton3"/>
8176
<actionGroup ref="StorefrontAddProductReviewProductFullWidthLayoutActionGroup" stepKey="addReview"/>
8277
<!-- Go to "Pending reviews" page and clear filters -->
8378
<actionGroup ref="AdminOpenPendingReviewsPageActionGroup" stepKey="openReviewsPage"/>

0 commit comments

Comments
 (0)