Skip to content

Commit edbf4dc

Browse files
committed
MCP-218: Customer Group Limitations by Websites
1 parent 2f651b3 commit edbf4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupHasNoExcludedWebsiteActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
</arguments>
1818

1919
<amOnPage url="{{AdminEditCustomerGroupPage.url(customerGroupId)}}" stepKey="goToEditCustomerGroupPage"/>
20-
<dontSee selector="{{AdminEditCustomerGroupSection.selectedExcludedWebsites}}" stepKey="checkThatWebsiteIsNotExcluded"/>
20+
<dontSeeElement selector="{{AdminEditCustomerGroupSection.selectedExcludedWebsites}}" stepKey="checkThatWebsiteIsNotExcluded"/>
2121
</actionGroup>
2222
</actionGroups>

0 commit comments

Comments
 (0)