Skip to content

Commit 00f4114

Browse files
magento/partners-magento2b2b#459: verify custom customer address attribute shows at checkout
- Fix missing closing brackets
1 parent 92b8ca6 commit 00f4114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Mftf/Test/StorefrontVerifyCustomCustomerAddressAttributeTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<see selector="{{CheckoutShippingAddressSection.selectedShippingAddress}}" userInput="{{AttributeDropdownData.firstOption}}" stepKey="seeShippingAddressCustomAttribute"/>
7979

8080
<!--Add Second Shipping Address-->
81-
<actionGroup ref="StorefrontClickAddNewAddressButtonFromCheckoutShippingActionGroup" stepKey="clickAddNewAddressButton"
81+
<actionGroup ref="StorefrontClickAddNewAddressButtonFromCheckoutShippingActionGroup" stepKey="clickAddNewAddressButton" />
8282

8383
<!--Fill in Shipping Address required fields and Custom Customer Address Attribute and click *Ship Here* button-->
8484
<actionGroup ref="FillNewShippingAddressModalActionGroup" stepKey="changeAddress">

0 commit comments

Comments
 (0)