Skip to content

Commit 98f1b6f

Browse files
committed
MC-4554: Convert CreateCustomerCustomAttributesEntityTest to MFTF
1 parent 1e7ea98 commit 98f1b6f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
<element name="emailRequiredMessage" type="text" selector="//input[@name='customer[email]']/../label[contains(.,'This is a required field.')]"/>
3434
<element name="customAttribute" type="select" selector="//select[contains(@name, 'customer[{{attribute_code}}]')]" parameterized="true"/>
3535
<element name="disabledGroup" type="text" selector="//div[@class='admin__action-group-wrap admin__action-multiselect-wrap action-select-wrap _disabled']"/>
36+
<element name="customerAttribute" type="input" selector="//input[contains(@name,'{{attributeCode}}')]" parameterized="true"/>
3637
</section>
3738
</sections>

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderDetailsInformationSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<element name="billingAddress" type="text" selector=".order-billing-address"/>
2020
<element name="shippingAddress" type="text" selector=".order-shipping-address"/>
2121
<element name="itemsOrdered" type="text" selector=".edit-order-table"/>
22+
<element name="attributeLabel" type="text" selector="//label[contains(.,'{{attributeLabel}}')]" parameterized="true"/>
2223
<element name="paymentInformation" type="text" selector="//div[@class='order-payment-method-title']"/>
2324
</section>
2425
</sections>

0 commit comments

Comments
 (0)