File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 63
63
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappearOnSearch" />
64
64
<click selector =" {{AdminOrdersGridSection.firstRow}}" stepKey =" clickOrderRow" />
65
65
<see selector =" {{AdminOrderDetailsInformationSection.orderStatus}}" userInput =" Pending" stepKey =" seeAdminOrderStatus" />
66
- <see selector =" {{AdminOrderDetailsInformationSection.accountInformation}}" userInput =" Guest " stepKey =" seeAdminOrderGuest" />
66
+ <see selector =" {{AdminOrderDetailsInformationSection.accountInformation}}" userInput =" {{CustomerEntityOne.fullname}} " stepKey =" seeAdminOrderGuest" />
67
67
<see selector =" {{AdminOrderDetailsInformationSection.accountInformation}}" userInput =" {{CustomerEntityOne.email}}" stepKey =" seeAdminOrderEmail" />
68
68
<see selector =" {{AdminOrderDetailsInformationSection.billingAddress}}" userInput =" {{CustomerAddressSimple.street[0]}}" stepKey =" seeAdminOrderBillingAddress" />
69
69
<see selector =" {{AdminOrderDetailsInformationSection.shippingAddress}}" userInput =" {{CustomerAddressSimple.street[0]}}" stepKey =" seeAdminOrderShippingAddress" />
Original file line number Diff line number Diff line change 21
21
<data key =" firstname" >John</data >
22
22
<data key =" lastname" >Doe</data >
23
23
<data key =" middlename" >S</data >
24
+ <data key =" fullname" >John Doe</data >
24
25
<data key =" password" >pwdTest123!</data >
25
26
<data key =" prefix" >Mr</data >
26
27
<data key =" suffix" >Sr</data >
You can’t perform that action at this time.
0 commit comments