File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
app/code/Magento/Wishlist/Test/Mftf/Test Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 13
13
<stories value =" Wishlist" />
14
14
<title value =" Delete Dynamic Bundle Product from Wishlist on Frontend" />
15
15
<description value =" Delete Dynamic Bundle Product from Wishlist on Frontend" />
16
- <severity value =" CRITICAL " />
17
- <testCaseId value =" MAGETWO-28874 " />
16
+ <severity value =" MAJOR " />
17
+ <testCaseId value =" MC-14215 " />
18
18
<group value =" wishlist" />
19
19
<group value =" mtf_migrated" />
20
20
</annotations >
84
84
<amOnPage url =" {{StorefrontCustomerWishlistPage.url}}" stepKey =" amOnWishListPage" />
85
85
<waitForPageLoad stepKey =" waitForWishlistPageLoad" />
86
86
87
- <!-- Click "Remove item". -->
87
+ <!-- Click "Remove item" -->
88
88
<scrollTo selector =" {{StorefrontCustomerWishlistProductSection.ProductInfoByName($$createBundleProduct.name$$)}}" stepKey =" scrollToProduct" />
89
89
<moveMouseOver selector =" {{StorefrontCustomerWishlistProductSection.ProductInfoByName($$createBundleProduct.name$$)}}" stepKey =" mouseOverOnProduct" />
90
90
<click selector =" {{StorefrontCustomerWishlistProductSection.removeProduct}}" stepKey =" clickRemoveButton" />
Original file line number Diff line number Diff line change 13
13
<stories value =" Wishlist" />
14
14
<title value =" Delete Fixed Bundle Product from Wishlist on Frontend" />
15
15
<description value =" Delete Fixed Bundle Product from Wishlist on Frontend" />
16
- <severity value =" CRITICAL " />
17
- <testCaseId value =" MAGETWO-28874 " />
16
+ <severity value =" MAJOR " />
17
+ <testCaseId value =" MC-14216 " />
18
18
<group value =" wishlist" />
19
19
<group value =" mtf_migrated" />
20
20
</annotations >
54
54
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
55
55
<deleteData createDataKey =" createBundleProduct" stepKey =" deleteBundleProduct" />
56
56
<deleteData createDataKey =" simpleProduct1" stepKey =" deleteProduct1" />
57
+ <deleteData createDataKey =" simpleProduct2" stepKey =" deleteProduct2" />
57
58
<actionGroup ref =" logout" stepKey =" logout" />
58
59
</after >
59
60
76
77
<amOnPage url =" {{StorefrontCustomerWishlistPage.url}}" stepKey =" amOnWishListPage" />
77
78
<waitForPageLoad stepKey =" waitForWishlistPageLoad" />
78
79
79
- <!-- Click "Remove item". -->
80
+ <!-- Click "Remove item" -->
80
81
<scrollTo selector =" {{StorefrontCustomerWishlistProductSection.ProductInfoByName($$createBundleProduct.name$$)}}" stepKey =" scrollToProduct" />
81
82
<moveMouseOver selector =" {{StorefrontCustomerWishlistProductSection.ProductInfoByName($$createBundleProduct.name$$)}}" stepKey =" mouseOverOnProduct" />
82
83
<click selector =" {{StorefrontCustomerWishlistProductSection.removeProduct}}" stepKey =" clickRemoveButton" />
Original file line number Diff line number Diff line change 8
8
9
9
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
- <test name =" StorefrontAddConfigurableProductWithoutConfigureToWishlistTest " >
11
+ <test name =" StorefrontDeleteConfigurableProductFromWishlistTest " >
12
12
<annotations >
13
13
<stories value =" Wishlist" />
14
14
<title value =" Delete Configurable Product from Wishlist on Frontend" />
15
15
<description value =" Delete Configurable Product from Wishlist on Frontend" />
16
- <severity value =" CRITICAL " />
17
- <testCaseId value =" MAGETWO-28874 " />
16
+ <severity value =" MAJOR " />
17
+ <testCaseId value =" MC-14217 " />
18
18
<group value =" wishlist" />
19
19
<group value =" mtf_migrated" />
20
20
</annotations >
133
133
<argument name =" productVar" value =" $$createConfigProduct$$" />
134
134
</actionGroup >
135
135
136
-
137
136
<!-- Navigate to My Account > My Wishlist -->
138
137
<amOnPage url =" {{StorefrontCustomerWishlistPage.url}}" stepKey =" amOnWishListPage" />
139
138
<waitForPageLoad stepKey =" waitForWishlistPageLoad" />
140
139
141
- <!-- Click "Remove item". -->
140
+ <!-- Click "Remove item" -->
142
141
<scrollTo selector =" {{StorefrontCustomerWishlistProductSection.ProductInfoByName($$createConfigProduct.name$$)}}" stepKey =" scrollToProduct" />
143
142
<moveMouseOver selector =" {{StorefrontCustomerWishlistProductSection.ProductInfoByName($$createConfigProduct.name$$)}}" stepKey =" mouseOverOnProduct" />
144
143
<click selector =" {{StorefrontCustomerWishlistProductSection.removeProduct}}" stepKey =" clickRemoveButton" />
You can’t perform that action at this time.
0 commit comments