File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Store/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 38
38
<click selector =" {{AdminStoresGridSection.storeGrpNameInFirstRow}}" stepKey =" clickEditExistingStoreRow" />
39
39
<waitForPageLoad stepKey =" waitForStoreGroupPageLoad" />
40
40
<selectOption selector =" {{AdminNewStoreGroupSection.storeGrpWebsiteDropdown}}" userInput =" {{website.name}}" stepKey =" selectWebsite" />
41
+ <selectOption selector =" {{AdminNewStoreGroupSection.storeRootCategoryDropdown}}" userInput =" Default Category" stepKey =" chooseRootCategory" />
41
42
<click selector =" {{AdminNewStoreGroupActionsSection.saveButton}}" stepKey =" clickSaveStoreGroup" />
42
43
<waitForElementVisible selector =" {{AdminStoresGridSection.storeFilterTextField}}" stepKey =" waitForPageReload" />
43
44
<see userInput =" You saved the store." stepKey =" seeSavedMessage" />
You can’t perform that action at this time.
0 commit comments