Skip to content

Commit 49b9f6f

Browse files
soumyautomreece
authored andcommitted
MQE-2078: [PHPUnit 9] assertContains and assertNotContains breaking changes
1 parent a454063 commit 49b9f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
</arguments>
1818

1919
<grabMultiple selector="{{AdminNewCatalogPriceRule.customerGroupsOptions}}" stepKey="customerGroups"/>
20-
<assertContains stepKey="assertCustomerGroupNotInOptions">
20+
<assertNotContains stepKey="assertCustomerGroupNotInOptions">
2121
<actualResult type="variable">customerGroups</actualResult>
2222
<expectedResult type="string">{{customerGroup.code}}</expectedResult>
23-
</assertContains>
23+
</assertNotContains>
2424
</actionGroup>
2525
</actionGroups>

0 commit comments

Comments
 (0)