Skip to content

Commit 67ab661

Browse files
committed
Remove country id from assert
1 parent d78e9f8 commit 67ab661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderAddressWithStateInformationActionGroup.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<remove keyForRemoval="seeCustomerName"/>
1212
<remove keyForRemoval="seeCustomerEmail"/>
1313
<remove keyForRemoval="seeCustomerGroup"/>
14+
<remove keyForRemoval="seeBillingAddressCountry"/>
15+
<remove keyForRemoval="seeShippingAddressCountry"/>
1416
<see selector="{{AdminOrderAddressInformationSection.billingAddress}}" userInput="{{billingAddress.state}}" stepKey="seeBillingAddressState" after="seeBillingAddressCountry"/>
1517
<see selector="{{AdminOrderAddressInformationSection.shippingAddress}}" userInput="{{shippingAddress.state}}" stepKey="seeShippingAddressState" after="seeBillingAddressCountry"/>
1618
</actionGroup>

0 commit comments

Comments
 (0)