File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Checkout/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 39
39
<element name =" editActiveAddress" type =" button" selector =" //div[@class='shipping-address-item selected-item']//span[text()='Edit']" timeout =" 30" />
40
40
<element name =" loginButton" type =" button" selector =" .action.login" timeout =" 30" />
41
41
<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" />
43
44
</section >
44
45
</sections >
You can’t perform that action at this time.
0 commit comments