Skip to content

Commit 0b7656f

Browse files
committed
Refactoring
1 parent a26e761 commit 0b7656f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Wishlist/Test/Mftf/Test/AdminDisableCustomerWishlistTest.xml renamed to app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontDisabledCustomerWishlistFunctionalityTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminDisableCustomerWishlistTest">
11+
<test name="StorefrontDisabledCustomerWishlistFunctionalityTest">
1212
<annotations>
1313
<features value="Wishlist"/>
14-
<stories value="Wishlist Disabling"/>
15-
<title value="Admin Disabling Wishlist in configurations"/>
16-
<description value="Admin should be able disable Wishlist functionality in system configurations. Wishlist elements should be not visible for customers"/>
14+
<stories value="Disabled Wishlist Functionality"/>
15+
<title value="Wishlist Functionality is disabled in system configurations and not visible on FE"/>
16+
<description value="Customer should not see wishlist functionality if it's disabled"/>
1717
<group value="wishlist"/>
1818
<group value="configuration"/>
1919
</annotations>

0 commit comments

Comments
 (0)