Skip to content

Commit

Permalink
updating before/after attributes in AdminSubmitsOrderPaymentMethodVal…
Browse files Browse the repository at this point in the history
…idationTest
  • Loading branch information
AnnaAPak committed Nov 19, 2020
1 parent 8cfc539 commit b2a767d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<scrollToTopOfPage stepKey="scrollToTopOfOrderFormPage" after="seePaymentMethodRequired"/>

<!--Fill customer group and customer email-->
<comment userInput="Fill Account Information" stepKey="selectCustomerGroup"/>
<actionGroup ref="AdminFillAccountInformationOnCreateOrderPageActionGroup" stepKey="fillCustomerEmail">
<comment userInput="Fill Account Information" stepKey="selectCustomerGroup" after="scrollToTopOfOrderFormPage"/>
<actionGroup ref="AdminFillAccountInformationOnCreateOrderPageActionGroup" stepKey="fillCustomerEmail" after="selectCustomerGroup">
<argument name="email" value="{{Simple_US_Customer.email}}"/>
</actionGroup>

Expand Down

0 comments on commit b2a767d

Please sign in to comment.