File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 15
15
<remove keyForRemoval =" seeBillingAddressCountry" />
16
16
<remove keyForRemoval =" seeShippingAddressCountry" />
17
17
<see selector =" {{AdminOrderAddressInformationSection.billingAddress}}" userInput =" {{billingAddress.country}}" stepKey =" seeBillingCountry" after =" seeBillingAddressCity" />
18
- <see selector =" {{AdminOrderAddressInformationSection.shippingAddress}}" userInput =" {{shippingAddress.country}}" stepKey =" seeAddressCountry" after =" seeShippingAddressCity" /
18
+ <see selector =" {{AdminOrderAddressInformationSection.shippingAddress}}" userInput =" {{shippingAddress.country}}" stepKey =" seeAddressCountry" after =" seeShippingAddressCity" />
19
19
</actionGroup >
20
20
</actionGroups >
Original file line number Diff line number Diff line change 7
7
-->
8
8
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
- <actionGroup name =" AssertOrderAddressWithStateInformationActionGroup" extends =" AssertOrderAddressInformationActionGroup" >
11
- <see selector =" {{AdminOrderAddressInformationSection.billingAddress}}" userInput =" {{billingAddress.state}}" stepKey =" seeBillingAddressState" after =" seeBillingState" />
12
- <see selector =" {{AdminOrderAddressInformationSection.shippingAddress}}" userInput =" {{shippingAddress.state}}" stepKey =" seeShippingAddressState" after =" seeShippingState" />
10
+ <actionGroup name =" AssertOrderAddressWithStateInformationActionGroup" extends =" VerifyBasicOrderInformationActionGroup" >
11
+ <remove keyForRemoval =" seeCustomerName" />
12
+ <remove keyForRemoval =" seeCustomerEmail" />
13
+ <remove keyForRemoval =" seeCustomerGroup" />
14
+ <see selector =" {{AdminOrderAddressInformationSection.billingAddress}}" userInput =" {{billingAddress.state}}" stepKey =" seeBillingAddressState" after =" seeBillingAddressCountry" />
15
+ <see selector =" {{AdminOrderAddressInformationSection.shippingAddress}}" userInput =" {{shippingAddress.state}}" stepKey =" seeShippingAddressState" after =" seeBillingAddressCountry" />
13
16
</actionGroup >
14
17
</actionGroups >
You can’t perform that action at this time.
0 commit comments