Skip to content

Commit 6028c62

Browse files
Update AdminSaveProductWith2ORMorePagesOfCustomOptionsTest.xml
1 parent 3fc3258 commit 6028c62

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminSaveProductWith2ORMorePagesOfCustomOptionsTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
<argument name="product" value="SimpleProduct"/>
3131
</actionGroup>
3232
<click selector="{{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey="openCustomizableOptions"/>
33-
<waitForPageLoad stepKey="waitForCustomOptionsOpen"/>
3433
<click stepKey="clickAddOptions" selector="{{AdminProductCustomizableOptionsSection.addOptionBtn}}"/>
35-
<waitForPageLoad stepKey="waitForAddProductPageLoad"/>
3634
<!-- Fill in the option and select the type of drop down -->
3735
<fillField stepKey="fillInOptionTitle" selector="{{AdminProductCustomizableOptionsSection.lastOptionTitle}}" userInput="{{customOptionName}}"/>
3836
<click stepKey="clickOptionTypeParent" selector="{{AdminProductCustomizableOptionsSection.lastOptionTypeParent}}"/>
@@ -142,6 +140,6 @@
142140
<waitForElementVisible selector="{{AdminProductMessagesSection.successMessage}}" stepKey="seeProductSavedMessage"/>
143141
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPage"/>
144142
<actionGroup ref="AdminProductFormSaveActionGroup" stepKey="clickSaveButtonAgain"/>
145-
<seeElement selector="{{AdminCategoryMessagesSection.SuccessMessage}}" stepKey="messageYouSavedTheProductIsShownAgain"/>
143+
<waitForElementVisible selector="{{AdminCategoryMessagesSection.SuccessMessage}}" stepKey="messageYouSavedTheProductIsShownAgain"/>
146144
</test>
147145
</tests>

0 commit comments

Comments
 (0)