Skip to content

Commit 8ecb326

Browse files
author
Lukasz Borowiec
committed
#422: Adding Conditions Combination to Conditions Filter Will Cause Server Errors, Condition Filter to Break, & Infinite Loading Mask - Added next level of conditions to Mftf tests
1 parent 39a8842 commit 8ecb326

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderProductsCommonTest/ProductConditionsAddDoubleConditionsCombinationTest.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@
4343
<argument name="contentType" value="PageBuilderProductsContentType"/>
4444
</actionGroup>
4545
<!-- Validate No JS Errors -->
46-
<doNotSeeAnyJSErrors stepKey="doNotSeeAnyJSErrorsOnStage"/>
46+
<dontSeeJsError stepKey="doNotSeeAnyJSErrors"/>
47+
<actionGroup ref="AddConditionsCombinationToProducts" stepKey="addProductsConditionCombinationAgain"/>
48+
<actionGroup ref="AddConditionsCombinationToProducts" stepKey="addProductsConditionCombinationAgainSecondTime"/>
49+
<actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettingsAgain"/>
50+
<actionGroup ref="openPageBuilderEditPanel" stepKey="openEditAfterDropAgainSecondTimeAgain">
51+
<argument name="contentType" value="PageBuilderProductsContentType"/>
52+
</actionGroup>
53+
<!-- Validate No JS Errors -->
54+
<dontSeeJsError stepKey="doNotSeeAnyJSErrorsAgain" />
4755
</test>
4856
</tests>

0 commit comments

Comments
 (0)