Skip to content

Commit

Permalink
Merge pull request magento#127 from magento-pangolin/MC-4562
Browse files Browse the repository at this point in the history
MC-4562
  • Loading branch information
tomreece authored May 20, 2019
2 parents c44a9ce + 6cfca76 commit 083dca4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<element name="editActiveAddress" type="button" selector="//div[@class='shipping-address-item selected-item']//span[text()='Edit']" timeout="30"/>
<element name="loginButton" type="button" selector=".action.login" timeout="30"/>
<element name="shipHereButton" type="button" selector="//div[text()='{{street}}']/button[@class='action action-select-shipping-item']" parameterized="true" timeout="30"/>
<element name="textFieldAttribute" selector="[name*='custom_attributes[{{attribute}}]']" parameterized="true" timeout="30"/>
<element name="textFieldAttrRequireMessage" type="text" selector="//input[@name='custom_attributes[{{attribute}}]']/ancestor::div[contains(@class, 'control')]/div/span" parameterized="true" timeout="30"/>
<element name="textFieldAttribute" type="input" selector="[name*='custom_attributes[{{attribute}}]']" parameterized="true" timeout="30"/>
</section>
</sections>

0 comments on commit 083dca4

Please sign in to comment.