Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 083dca4

Browse files
authored
Merge pull request #127 from magento-pangolin/MC-4562
MC-4562
2 parents c44a9ce + 6cfca76 commit 083dca4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/Section/CheckoutShippingSection.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<element name="editActiveAddress" type="button" selector="//div[@class='shipping-address-item selected-item']//span[text()='Edit']" timeout="30"/>
4040
<element name="loginButton" type="button" selector=".action.login" timeout="30"/>
4141
<element name="shipHereButton" type="button" selector="//div[text()='{{street}}']/button[@class='action action-select-shipping-item']" parameterized="true" timeout="30"/>
42-
<element name="textFieldAttribute" selector="[name*='custom_attributes[{{attribute}}]']" parameterized="true" timeout="30"/>
42+
<element name="textFieldAttrRequireMessage" type="text" selector="//input[@name='custom_attributes[{{attribute}}]']/ancestor::div[contains(@class, 'control')]/div/span" parameterized="true" timeout="30"/>
43+
<element name="textFieldAttribute" type="input" selector="[name*='custom_attributes[{{attribute}}]']" parameterized="true" timeout="30"/>
4344
</section>
4445
</sections>

0 commit comments

Comments
 (0)