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 1313 <description >Filters an Admin Grid page using the provided Filter Selector and Search Value.</description >
1414 </annotations >
1515 <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}} " />
1818 </arguments >
1919
2020 <conditionalClick selector =" {{AdminGridFilterControls.clearAll}}" dependentSelector =" {{AdminGridFilterControls.clearAll}}" visible =" true" stepKey =" clearTheFiltersIfPresent" />
2121 <waitForPageLoad time =" 30" stepKey =" waitForFilterApplied" />
2222 <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 " />
2424 <click selector =" {{AdminGridFilterControls.applyFilters}}" stepKey =" clickOnApplyFilters" />
2525 </actionGroup >
2626</actionGroups >
You can’t perform that action at this time.
0 commit comments