We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5f0b8 commit afcbbcbCopy full SHA for afcbbcb
app/code/Magento/Store/Test/Mftf/ActionGroup/AdminChangeWebsiteDefaultStoreActionGroup.xml
@@ -21,7 +21,6 @@
21
<waitForText selector="{{AdminConfirmationModalSection.title}}" userInput="Warning message" stepKey="seeWarningAboutTakingALongTimeToComplete"/>
22
<waitForElementClickable selector="{{AdminConfirmationModalSection.ok}}" stepKey="waitForOkButtonClickable" />
23
<click selector="{{AdminConfirmationModalSection.ok}}" stepKey="confirmModal"/>
24
- <waitForElementVisible selector="{{AdminMessagesSection.success}}" stepKey="seeForSuccessMessage"/>
25
<waitForText selector="{{AdminMessagesSection.success}}" userInput="You saved the website." stepKey="seeSuccessMessage"/>
26
</actionGroup>
27
</actionGroups>
0 commit comments