Skip to content

Commit 8d0fe62

Browse files
[AC-5671] Bank Transfer Payment - store label is not being displayed on order/invoice/shipping/creditmemo details.
Updated Action Group
1 parent f3ef51a commit 8d0fe62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Store/Test/Mftf/ActionGroup/AdminChangeWebsiteDefaultStoreActionGroup.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
<argument name="defaultStoreName" type="string"/>
1616
</arguments>
1717
<selectOption selector="{{AdminEditStoreGroupSection.defaultStore}}" userInput="{{defaultStoreName}}" stepKey="changeDefaultStoreView" after="waitForStorePageToLoad"/>
18+
<waitForElementClickable selector="{{AdminStoreGroupActionsSection.saveButton}}" stepKey="waitForSaveStoreButtonClickable" />
1819
<click selector="{{AdminStoreGroupActionsSection.saveButton}}" stepKey="clickSaveStoreGroup"/>
1920
<waitForElementVisible selector="{{AdminConfirmationModalSection.ok}}" stepKey="waitForModal"/>
20-
<see selector="{{AdminConfirmationModalSection.title}}" userInput="Warning message" stepKey="seeWarningAboutTakingALongTimeToComplete"/>
21+
<waitForText selector="{{AdminConfirmationModalSection.title}}" userInput="Warning message" stepKey="seeWarningAboutTakingALongTimeToComplete"/>
22+
<waitForElementClickable selector="{{AdminConfirmationModalSection.ok}}" stepKey="waitForOkButtonClickable" />
2123
<click selector="{{AdminConfirmationModalSection.ok}}" stepKey="confirmModal"/>
2224
<waitForElementVisible selector="{{AdminMessagesSection.success}}" stepKey="seeForSuccessMessage"/>
23-
<see selector="{{AdminMessagesSection.success}}" userInput="You saved the website." stepKey="seeSuccessMessage"/>
25+
<waitForText selector="{{AdminMessagesSection.success}}" userInput="You saved the website." stepKey="seeSuccessMessage"/>
2426
</actionGroup>
2527
</actionGroups>

0 commit comments

Comments
 (0)