Skip to content

Commit 000b36e

Browse files
committed
MQE-1583: Stabilize tests with XSD schema fixes
1 parent 3c6e9ff commit 000b36e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/Test/Mftf/Test/AllowedCountriesRestrictionApplyOnBackendTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<testCaseId value="MC-6441"/>
1818
<useCaseId value="MAGETWO-91523"/>
1919
<group value="customer"/>
20+
<group value="banana"/>
2021
</annotations>
2122
<before>
2223
<createData entity="ApiCategory" stepKey="createCategory"/>
@@ -114,6 +115,6 @@
114115
<waitForPageLoad stepKey="waitForCustomersGrid"/>
115116
<click selector="{{AdminDataGridHeaderSection.filters}}" stepKey="openFiltersSectionOnCustomersGrid"/>
116117
<executeJS function="var len = document.querySelectorAll('{{AdminCustomerFiltersSection.countryOptions}}').length; return len-1;" stepKey="countriesAmount2"/>
117-
<assertEquals expected="($countriesAmount)" expectedType="int" actual="($countriesAmount2)" stepKey="assertCountryAmounts"/>
118+
<assertEquals expected="($countriesAmount)" actual="($countriesAmount2)" stepKey="assertCountryAmounts"/>
118119
</test>
119120
</tests>

0 commit comments

Comments
 (0)