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 eaefd9c commit aed152fCopy full SHA for aed152f
app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerCheckoutTest.xml
@@ -76,6 +76,7 @@
76
77
<amOnPage stepKey="s96" url="{{AdminCustomerPage.url}}"/>
78
<waitForPageLoad stepKey="s97"/>
79
+ <waitForElementVisible selector="{{AdminCustomerFiltersSection.filtersButton}}" time="30" stepKey="waitFiltersButton"/>
80
<click stepKey="s98" selector="{{AdminCustomerFiltersSection.filtersButton}}"/>
81
<fillField stepKey="s99" selector="{{AdminCustomerFiltersSection.emailInput}}" userInput="$$simpleuscustomer.email$$"/>
82
<click stepKey="s100" selector="{{AdminCustomerFiltersSection.apply}}"/>
0 commit comments