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 5806eab commit 4844be3Copy full SHA for 4844be3
app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerFiltersSection.xml
@@ -15,6 +15,6 @@
15
<element name="emailInput" type="input" selector="input[name=email]"/>
16
<element name="apply" type="button" selector="button[data-action=grid-filter-apply]" timeout="30"/>
17
<element name="clearAllFilters" type="text" selector=".admin__current-filters-actions-wrap.action-clear"/>
18
- <element name="clearAll" type="button" selector=".admin__data-grid-header .action-tertiary.action-clear"/>
+ <element name="clearAll" type="button" selector=".admin__data-grid-header .action-tertiary.action-clear" timeout="30"/>
19
</section>
20
</sections>
0 commit comments