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 a5f724d commit 63f6716Copy full SHA for 63f6716
app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerFiltersSection.xml
@@ -19,5 +19,6 @@
19
<element name="viewDropdown" type="button" selector=".admin__data-grid-action-bookmarks button.admin__action-dropdown"/>
20
<element name="viewBookmark" type="button" selector="//div[contains(@class, 'admin__data-grid-action-bookmarks')]/ul/li/div/a[text() = '{{label}}']" parameterized="true" timeout="30"/>
21
<element name="countryOptions" type="button" selector=".admin__data-grid-filters select[name=billing_country_id] option"/>
22
+ <element name="websiteOptions" type="button" selector=".admin__data-grid-filters select[name=website_id] option"/>
23
</section>
24
</sections>
0 commit comments