Skip to content

Commit 2888f11

Browse files
committed
MQE-1583: Stabilize tests with XSD schema fixes
1 parent e855809 commit 2888f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@
114114
<waitForPageLoad stepKey="waitForCustomersGrid"/>
115115
<click selector="{{AdminDataGridHeaderSection.filters}}" stepKey="openFiltersSectionOnCustomersGrid"/>
116116
<executeJS function="var len = document.querySelectorAll('{{AdminCustomerFiltersSection.countryOptions}}').length; return len-1;" stepKey="countriesAmount2"/>
117-
<assertEquals expected='($countriesAmount)' expectedType="int" actual="($countriesAmount2)" stepKey="assertCountryAmounts"/>
117+
<assertEquals expected="($countriesAmount)" expectedType="int" actual="($countriesAmount2)" stepKey="assertCountryAmounts"/>
118118
</test>
119119
</tests>

0 commit comments

Comments
 (0)