Skip to content

Commit 24774cc

Browse files
ACQE-7846: [MFTF TESTS] AdminAddingNewOptionsWithImagesAndPricesToConfigurableProductTest
- Added wait step instead of pageload.
1 parent e995df2 commit 24774cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</arguments>
2020

2121
<selectOption userInput="{{label}}" selector="{{StorefrontProductInfoMainSection.productAttributeOptionsSelectButton}}" stepKey="selectOption"/>
22-
<waitForPageLoad stepKey="waitForOptionLoad"/>
22+
<wait time="10" stepKey="waitForOptionLoad"/>
2323
<waitForElementVisible selector="{{StorefrontProductMediaSection.imageFile(image)}}" stepKey="seeImage"/>
2424
<see userInput="{{price}}" selector="{{StorefrontProductInfoMainSection.price}}" stepKey="seeProductPrice"/>
2525
</actionGroup>

0 commit comments

Comments
 (0)