File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Store/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
- xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
10
<actionGroup name =" AdminEditWebsiteStoreGroupActionGroup" >
11
11
<annotations >
12
12
<description >Edit store group.</description >
16
16
</arguments >
17
17
<amOnPage url =" {{AdminSystemStorePage.url}}" stepKey =" amOnAdminSystemStorePage" />
18
18
<waitForPageLoad stepKey =" waitForAdminSystemStorePageLoad" />
19
+ <waitForElementClickable selector =" {{AdminDataGridHeaderSection.clearFilters}}" stepKey =" waitForClearFiltersClickable" />
19
20
<click selector =" {{AdminDataGridHeaderSection.clearFilters}}" stepKey =" resetSearchFilter" />
20
21
<waitForPageLoad stepKey =" waitForResetResult" />
21
22
<fillField userInput =" {{storeGroupName}}" selector =" {{AdminStoresGridSection.storeGrpFilterTextField}}" stepKey =" fillStoreGroupFilter" />
23
+ <waitForElementClickable selector =" {{AdminStoresGridSection.searchButton}}" stepKey =" waitForSearchButtonClickable" />
22
24
<click selector =" {{AdminStoresGridSection.searchButton}}" stepKey =" clickSearchButton" />
23
25
<waitForPageLoad stepKey =" waitForSearchResult" />
26
+ <waitForElementClickable selector =" {{AdminStoresGridSection.websiteNameInFirstRow}}" stepKey =" waitForStoreGroupNameClickable" />
24
27
<click selector =" {{AdminStoresGridSection.websiteNameInFirstRow}}" stepKey =" clicksStoreGroupName" />
25
28
<waitForPageLoad stepKey =" waitForStorePageToLoad" />
26
29
</actionGroup >
You can’t perform that action at this time.
0 commit comments