We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7c3b2 commit 09ab9e8Copy full SHA for 09ab9e8
app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomStoreViewWithoutBackupActionGroup.xml
@@ -17,7 +17,7 @@
17
</arguments>
18
19
<amOnPage url="{{AdminSystemStorePage.url}}" stepKey="amOnAdminSystemStorePage"/>
20
- <click selector="{{AdminStoresGridSection.resetButton}}" stepKey="resetSearchFilter"/>
+ <click selector="{{AdminDataGridHeaderSection.clearFilters}}" stepKey="resetSearchFilter"/>
21
<fillField userInput="{{storeViewName}}" selector="{{AdminStoresGridSection.storeFilterTextField}}" stepKey="fillSearchStoreViewField"/>
22
<click selector="{{AdminStoresGridSection.searchButton}}" stepKey="clickSearchButton"/>
23
<click selector="{{AdminStoresGridSection.storeNameInFirstRow}}" stepKey="clickEditExistingStoreViewRow"/>
0 commit comments