File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/Store/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
<argument name =" defaultStoreName" type =" string" />
16
16
</arguments >
17
17
<selectOption selector =" {{AdminEditStoreGroupSection.defaultStore}}" userInput =" {{defaultStoreName}}" stepKey =" changeDefaultStoreView" after =" waitForStorePageToLoad" />
18
+ <waitForElementClickable selector =" {{AdminStoreGroupActionsSection.saveButton}}" stepKey =" waitForSaveStoreButtonClickable" />
18
19
<click selector =" {{AdminStoreGroupActionsSection.saveButton}}" stepKey =" clickSaveStoreGroup" />
19
20
<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" />
21
23
<click selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" confirmModal" />
22
24
<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" />
24
26
</actionGroup >
25
27
</actionGroups >
You can’t perform that action at this time.
0 commit comments