File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Ui/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
<description >Filters an Admin Grid page using the provided Filter Selector and Search Value.</description >
14
14
</annotations >
15
15
<arguments >
16
- <argument name =" attributeSelector" type =" string" />
17
- <argument name =" attributeValue" type =" string" />
16
+ <argument name =" attributeSelector" type =" string" defaultValue = " store_id " />
17
+ <argument name =" attributeValue" type =" string" defaultValue = " {{_defaultStore.name}} " />
18
18
</arguments >
19
19
20
20
<conditionalClick selector =" {{AdminGridFilterControls.clearAll}}" dependentSelector =" {{AdminGridFilterControls.clearAll}}" visible =" true" stepKey =" clearTheFiltersIfPresent" />
21
21
<waitForPageLoad time =" 30" stepKey =" waitForFilterApplied" />
22
22
<click selector =" {{AdminGridFilterControls.filters}}" stepKey =" clickOnFilters" />
23
- <selectOption selector =" {{AdminDataGridFilterSection.filterSelectFieldByName(attributeSelector)}}" userInput =" {{attributeValue}}" stepKey =" selectFieldByName " />
23
+ <selectOption selector =" {{AdminDataGridFilterSection.filterSelectFieldByName(attributeSelector)}}" userInput =" {{attributeValue}}" stepKey =" setAttributeValue " />
24
24
<click selector =" {{AdminGridFilterControls.applyFilters}}" stepKey =" clickOnApplyFilters" />
25
25
</actionGroup >
26
26
</actionGroups >
You can’t perform that action at this time.
0 commit comments