File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Wishlist/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4242 <actionGroup ref =" StorefrontCustomerAddProductToWishlistActionGroup" stepKey =" addToWishlistProduct" >
4343 <argument name =" productVar" value =" $createProduct$" />
4444 </actionGroup >
45+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
46+ <argument name =" indices" value =" " />
47+ </actionGroup >
48+ <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" cleanCache" >
49+ <argument name =" tags" value =" " />
50+ </actionGroup >
4551 <!-- Step 3: Navigate to Store front home page-->
4652 <actionGroup ref =" StorefrontOpenHomePageActionGroup" stepKey =" goToHomePage" />
4753 <waitForPageLoad stepKey =" waitToLoadHomePage" />
4854 <!-- Step 4: Click on customer menu-->
4955 <waitForElementClickable selector =" {{LoggedInCustomerHeaderLinksSection.customerDropdownMenu}}" stepKey =" waitToOpenCustomerDropdownMenu" />
5056 <click selector =" {{LoggedInCustomerHeaderLinksSection.customerDropdownMenu}}" stepKey =" openCustomerDropdownMenu" />
5157 <waitForPageLoad stepKey =" waitToLoadCustomerDropdownMenu" />
52- <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
53- <argument name =" indices" value =" " />
54- </actionGroup >
55- <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" cleanCache" >
56- <argument name =" tags" value =" " />
57- </actionGroup >
5858 <!-- Step 4 assertion:The wishlist item count should display-->
5959 <waitForElementVisible selector =" {{StorefrontCustomerWishlistProductSection.wishListLink}}" stepKey =" wishListLink" />
6060 <waitForText userInput =" 1 item" selector =" {{StorefrontCustomerWishlistProductSection.wishListCount}}" stepKey =" seeWishListCount" />
You can’t perform that action at this time.
0 commit comments