Skip to content

Commit f559190

Browse files
committed
MQE-1217: Deliver MFTF 2.3.5
- Fix MFTF Tests
1 parent 0a4aaaa commit f559190

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductAttributeNameDesignActionGroup.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,31 @@
6969

7070
<!--Add option 1 to attribute-->
7171
<click selector="{{NewProduct.addOptionButton}}" stepKey="clickAddOption1"/>
72+
<waitForPageLoad stepKey="waitForOption1"/>
7273
<fillField stepKey="fillInAdminFieldRed" selector="{{NewProduct.adminFieldRed}}" userInput="{{NewProductsData.adminFieldRed}}"/>
7374
<fillField stepKey="fillInDefaultStoreViewFieldRed" selector="{{NewProduct.defaultStoreViewFieldRed}}" userInput="{{NewProductsData.defaultStoreViewFieldRed}}"/>
7475

7576
<!--Add option 2 to attribute-->
7677
<click selector="{{NewProduct.addOptionButton}}" stepKey="clickAddOption2"/>
78+
<waitForPageLoad stepKey="waitForOption2"/>
7779
<fillField stepKey="fillInAdminFieldBlue" selector="{{NewProduct.adminFieldBlue}}" userInput="{{NewProductsData.adminFieldBlue}}"/>
7880
<fillField stepKey="fillInDefaultStoreViewFieldBlue" selector="{{NewProduct.defaultStoreViewFieldBlue}}" userInput="{{NewProductsData.defaultStoreViewFieldBlue}}"/>
7981

8082
<!--Add option 3 to attribute-->
8183
<click selector="{{NewProduct.addOptionButton}}" stepKey="clickAddOption3"/>
84+
<waitForPageLoad stepKey="waitForOption3"/>
8285
<fillField stepKey="fillInAdminFieldYellow" selector="{{NewProduct.adminFieldYellow}}" userInput="{{NewProductsData.adminFieldYellow}}"/>
8386
<fillField stepKey="fillInDefaultStoreViewFieldYellow" selector="{{NewProduct.defaultStoreViewFieldYellow}}" userInput="{{NewProductsData.defaultStoreViewFieldYellow}}"/>
8487

8588
<!--Add option 4 to attribute-->
8689
<click selector="{{NewProduct.addOptionButton}}" stepKey="clickAddOption4"/>
90+
<waitForPageLoad stepKey="waitForOption4"/>
8791
<fillField stepKey="fillInAdminFieldGreen" selector="{{NewProduct.adminFieldGreen}}" userInput="{{NewProductsData.adminFieldGreen}}"/>
8892
<fillField stepKey="fillInDefaultStoreViewFieldGreen" selector="{{NewProduct.defaultStoreViewFieldGreen}}" userInput="{{NewProductsData.defaultStoreViewFieldGreen}}"/>
8993

9094
<!--Add option 5 to attribute-->
9195
<click selector="{{NewProduct.addOptionButton}}" stepKey="clickAddOption5"/>
96+
<waitForPageLoad stepKey="waitForOption5"/>
9297
<fillField stepKey="fillInAdminFieldBlack" selector="{{NewProduct.adminFieldBlack}}" userInput="{{NewProductsData.adminFieldBlack}}"/>
9398
<fillField stepKey="fillInDefaultStoreViewFieldBlack" selector="{{NewProduct.defaultStoreViewFieldBlack}}" userInput="{{NewProductsData.defaultStoreViewFieldBlack}}"/>
9499

@@ -135,6 +140,7 @@
135140

136141
<!--Click on Stores item-->
137142
<click stepKey="clickOnStoresItem" selector="{{CatalogProductsSection.storesItem}}"/>
143+
<waitForPageLoad stepKey="waitForNavigationPanel"/>
138144

139145
<!--Click on Products item-->
140146
<waitForElementVisible selector="{{CatalogProductsSection.storesProductItem}}" stepKey="waitForCatalogLoad"/>

0 commit comments

Comments
 (0)