Skip to content

Commit

Permalink
MAGETWO-91769: Credit Memo - Wrong tax calculation! #10982
Browse files Browse the repository at this point in the history
- Update automated test
  • Loading branch information
nikshostko committed Nov 22, 2018
1 parent 97cbb91 commit 1238a5c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@

<amOnPage url="{{AdminOrdersPage.url}}" stepKey="onOrdersPage"/>
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMask3"/>
<!-- Reset admin order filter -->
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearOrderFilters"/>
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMask5"/>
<fillField selector="{{AdminOrdersGridSection.search}}" userInput="{$grabOrderNumber}" stepKey="searchOrderNum"/>
<click selector="{{AdminOrdersGridSection.submitSearch}}" stepKey="submitSearch"/>
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMask4"/>
Expand Down

0 comments on commit 1238a5c

Please sign in to comment.