File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 30
30
<argument name =" product" value =" SimpleProduct" />
31
31
</actionGroup >
32
32
<click selector =" {{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey =" openCustomizableOptions" />
33
- <waitForPageLoad stepKey =" waitForCustomOptionsOpen" />
34
33
<click stepKey =" clickAddOptions" selector =" {{AdminProductCustomizableOptionsSection.addOptionBtn}}" />
35
- <waitForPageLoad stepKey =" waitForAddProductPageLoad" />
36
34
<!-- Fill in the option and select the type of drop down -->
37
35
<fillField stepKey =" fillInOptionTitle" selector =" {{AdminProductCustomizableOptionsSection.lastOptionTitle}}" userInput =" {{customOptionName}}" />
38
36
<click stepKey =" clickOptionTypeParent" selector =" {{AdminProductCustomizableOptionsSection.lastOptionTypeParent}}" />
142
140
<waitForElementVisible selector =" {{AdminProductMessagesSection.successMessage}}" stepKey =" seeProductSavedMessage" />
143
141
<actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPage" />
144
142
<actionGroup ref =" AdminProductFormSaveActionGroup" stepKey =" clickSaveButtonAgain" />
145
- <seeElement selector =" {{AdminCategoryMessagesSection.SuccessMessage}}" stepKey =" messageYouSavedTheProductIsShownAgain" />
143
+ <waitForElementVisible selector =" {{AdminCategoryMessagesSection.SuccessMessage}}" stepKey =" messageYouSavedTheProductIsShownAgain" />
146
144
</test >
147
145
</tests >
You can’t perform that action at this time.
0 commit comments