Skip to content

Commit b2a767d

Browse files
committed
updating before/after attributes in AdminSubmitsOrderPaymentMethodValidationTest
1 parent 8cfc539 commit b2a767d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminSubmitsOrderPaymentMethodValidationTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<scrollToTopOfPage stepKey="scrollToTopOfOrderFormPage" after="seePaymentMethodRequired"/>
4949

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

0 commit comments

Comments
 (0)