File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Store/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 30
30
<waitForElementVisible selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" waitForModal" />
31
31
<see selector =" {{AdminConfirmationModalSection.title}}" userInput =" Warning message" stepKey =" seeWarningAboutTakingALongTimeToComplete" />
32
32
<click selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" confirmModal" />
33
- <waitForElementVisible selector =" {{AdminMessagesSection.success}}" stepKey =" waitForPageReload" />
34
- <see selector =" {{AdminMessagesSection.success}}" userInput =" You saved the store view." stepKey =" seeSavedMessage" />
33
+ <waitForText selector =" {{AdminMessagesSection.success}}" userInput =" You saved the store view." stepKey =" seeSavedMessage" />
35
34
</actionGroup >
36
35
</actionGroups >
You can’t perform that action at this time.
0 commit comments