File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 12
12
<argument name =" customerEmail" />
13
13
</arguments >
14
14
<amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" navigateToCustomersPage" />
15
+ <conditionalClick selector =" {{AdminCustomerFiltersSection.clearAll}}" dependentSelector =" {{AdminCustomerFiltersSection.clearAll}}" visible =" true" stepKey =" clickClearFilters" />
15
16
<click stepKey =" chooseCustomer" selector =" {{AdminCustomerGridMainActionsSection.customerCheckbox(customerEmail)}}" />
16
17
<click stepKey =" openActions" selector =" {{AdminCustomerGridMainActionsSection.actions}}" />
17
18
<waitForPageLoad stepKey =" waitActions" />
Original file line number Diff line number Diff line change 15
15
<element name =" emailInput" type =" input" selector =" input[name=email]" />
16
16
<element name =" apply" type =" button" selector =" button[data-action=grid-filter-apply]" timeout =" 30" />
17
17
<element name =" clearAllFilters" type =" text" selector =" .admin__current-filters-actions-wrap.action-clear" />
18
- <element name =" clearAll" type =" button" selector =" .action-tertiary.action-clear" />
18
+ <element name =" clearAll" type =" button" selector =" .admin__data-grid-header . action-tertiary.action-clear" />
19
19
</section >
20
20
</sections >
Original file line number Diff line number Diff line change 312
312
<argument name =" Address" value =" US_Address_CA" />
313
313
</actionGroup >
314
314
<click stepKey =" clickNext" selector =" {{CheckoutShippingSection.next}}" />
315
+ <waitForPageLoad stepKey =" waitForAddressToLoad" />
315
316
<see stepKey =" seeAddress" selector =" {{CheckoutShippingSection.defaultShipping}}" userInput =" {{SimpleTaxCA.state}}" />
316
317
<see stepKey =" seeShipTo" selector =" {{CheckoutPaymentSection.shipToInformation}}" userInput =" {{SimpleTaxCA.state}}" />
317
318
329
330
<argument name =" Address" value =" US_Address_NY" />
330
331
</actionGroup >
331
332
<click stepKey =" clickNext2" selector =" {{CheckoutShippingSection.next}}" />
333
+ <waitForPageLoad stepKey =" waitForShippingToLoad" />
332
334
<see stepKey =" seeShipTo2" selector =" {{CheckoutPaymentSection.shipToInformation}}" userInput =" {{SimpleTaxNY.state}}" />
333
335
334
336
<!-- Assert that taxes are applied correctly for NY -->
You can’t perform that action at this time.
0 commit comments