Skip to content

Commit 6acb750

Browse files
committed
MC-17007: "Set Active" action on customers grid does not work properly
- Updated automated test script.
1 parent b22d5d1 commit 6acb750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
</section>
2020
<section name="AdminCustomerGridInformationSection">
2121
<element name="status" type="text" selector="//tr[@class='data-row' and //div[text()='{{customerEmail}}']]//div[contains(text(), '{{status}}')]" parameterized="true" timeout="30"/>
22+
<element name="associatedCompany" type="text" selector="//tr[@class='data-row' and //div[text()='{{customerEmail}}']]//div[contains(text(), '{{companyName}}')]" parameterized="true" timeout="30/"/>
2223
</section>
2324
</sections>

0 commit comments

Comments
 (0)