Skip to content

Commit 40d5668

Browse files
committed
MAGETWO-91697: [Magento Cloud] "Tier Pricing" of Products changes to "Price" (without discount) after Updated Items and Quantities
- Update automated test
1 parent 0169fba commit 40d5668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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
@@ -15,6 +15,7 @@
1515
<element name="lastName" type="input" selector="input[name='customer[lastname]']"/>
1616
<element name="email" type="input" selector="input[name='customer[email]']"/>
1717
<element name="group" type="select" selector="[name='customer[group_id]']"/>
18+
<element name="groupValue" type="button" selector="//span[text()='{{groupValue}}']" parameterized="true"/>
1819
<element name="associateToWebsite" type="select" selector="//select[@name='customer[website_id]']"/>
1920
<element name="saveCustomer" type="button" selector="//button[@title='Save Customer']"/>
2021
<element name="storeView" type="select" selector="//select[@name='customer[sendemail_store_id]']"/>

0 commit comments

Comments
 (0)