Skip to content

Commit fa3d987

Browse files
committed
MC-4555: Convert UpdateCustomerCustomAttributesEntityTest to MFTF
1 parent 1e7ea98 commit fa3d987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerCreateFormSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
<element name="yesNoAttribute" type="select" selector="//select[@id='{{var}}']" parameterized="true" />
3131
<element name="yesNoOptionAttribute" type="select" selector="//select[@id='{{var}}']/option[2]" parameterized="true" />
3232
<element name="selectedOption" type="text" selector="//select[@id='{{var}}']/option[@selected='selected']" parameterized="true"/>
33+
<element name="attributeLabel" type="text" selector="//span[text()='{{attributeLabel}}']" parameterized="true"/>
3334
</section>
3435
</sections>

0 commit comments

Comments
 (0)