File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/Store/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 15
15
<argument name =" secondStoreView" />
16
16
</arguments >
17
17
<scrollToTopOfPage stepKey =" scrollToTop" />
18
+ <waitForElementClickable selector =" {{AdminMainActionsSection.storeViewDropdown}}" stepKey =" waitForStoreViewAreVisible" />
18
19
<click selector =" {{AdminMainActionsSection.storeViewDropdown}}" stepKey =" clickWebsiteSwitchDropdown" />
19
- <waitForElementVisible selector =" {{AdminMainActionsSection.websiteByName('Main Website')}}" stepKey =" waitForWebsiteAreVisible" />
20
+ <waitForElementClickable selector =" {{AdminMainActionsSection.websiteByName('Main Website')}}" stepKey =" waitForWebsiteAreVisible" />
20
21
<click selector =" {{AdminMainActionsSection.storeViewByName(secondStoreView.name)}}" stepKey =" clicksecondStoreViewByName" />
21
- <waitForElementVisible selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" waitingForInformationModal" />
22
+ <waitForElementClickable selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" waitingForInformationModal" />
22
23
<click selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" confirmStoreSwitch" />
23
- <see userInput =" {{secondStoreView.name}}" selector =" {{AdminMainActionsSection.storeSwitcher}}" stepKey =" seesecondStoreViewName" />
24
+ <waitForText userInput =" {{secondStoreView.name}}" selector =" {{AdminMainActionsSection.storeSwitcher}}" stepKey =" seesecondStoreViewName" />
24
25
</actionGroup >
25
26
</actionGroups >
You can’t perform that action at this time.
0 commit comments