File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
app/code/Magento/Store/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 35
35
<remove keyForRemoval =" seeSavedMessage" />
36
36
</actionGroup >
37
37
38
+ <!-- Save the Store view-->
39
+ <actionGroup name =" AdminCreateStoreViewActionSaveGroup" >
40
+ <waitForLoadingMaskToDisappear stepKey =" waitForGridLoad" />
41
+ <waitForElementVisible selector =" {{AdminStoresGridSection.websiteFilterTextField}}" stepKey =" waitForStoreGridToReload2" />
42
+ <see userInput =" You saved the store view." stepKey =" seeSavedMessage" />
43
+ </actionGroup >
44
+
38
45
<actionGroup name =" navigateToAdminContentManagementPage" >
39
46
<amOnPage url =" {{AdminContentManagementPage.url}}" stepKey =" navigateToConfigurationPage" />
40
47
<waitForPageLoad stepKey =" waitForPageLoad1" />
58
65
<waitForElementVisible selector =" {{errorMessageSelector}}" stepKey =" waitForErrorMessage" />
59
66
<see selector =" {{errorMessageSelector}}" userInput =" {{errorMessage}}" stepKey =" seeErrorMessage" />
60
67
</actionGroup >
61
- </actionGroups >
68
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments