|
28 | 28 | <waitForElementVisible selector="{{StorefrontProductInfoMainSection.productAddToWishlist}}" stepKey="WaitForWishList"/>
|
29 | 29 | <click selector="{{StorefrontProductInfoMainSection.productAddToWishlist}}" stepKey="addProductToWishlistClickAddToWishlist" />
|
30 | 30 | <waitForElement selector="{{StorefrontCustomerWishlistSection.successMsg}}" time="30" stepKey="addProductToWishlistWaitForSuccessMessage"/>
|
31 |
| - <see selector="{{StorefrontCustomerWishlistSection.successMsg}}" |
32 |
| - userInput="{{productVar.name}} has been added to your Wish List. Click here to continue shopping." |
33 |
| - stepKey="addProductToWishlistSeeProductNameAddedToWishlist"/> |
| 31 | + <see selector="{{StorefrontCustomerWishlistSection.successMsg}}" userInput="{{productVar.name}} has been added to your Wish List. Click here to continue shopping." stepKey="addProductToWishlistSeeProductNameAddedToWishlist"/> |
34 | 32 | <seeCurrentUrlMatches regex="~/wishlist_id/\d+/$~" stepKey="seeCurrentUrlMatches"/>
|
35 | 33 | </actionGroup>
|
36 | 34 |
|
|
93 | 91 |
|
94 | 92 | <!-- Share wishlist -->
|
95 | 93 | <actionGroup name="StorefrontCustomerShareWishlistActionGroup">
|
96 |
| - <click selector="{{StorefrontCustomerWishlistProductSection.ProductShareWishList}}" |
| 94 | + <click selector="{{StorefrontCustomerWishlistProductSection.productShareWishList}}" |
97 | 95 | stepKey="clickMyWishListButton"/>
|
98 | 96 | <amOnPage url="{{StorefrontCustomerWishlistSharePage.url}}" stepKey="amOnShareWishlist"/>
|
99 |
| - <fillField userInput="{{Wishlist.shareInfo_emails}}" |
100 |
| - selector="{{StorefrontCustomerWishlistShareSection.ProductShareWishlistEmail}}" |
101 |
| - stepKey="fillEmailsForShare"/> |
102 |
| - <fillField userInput="{{Wishlist.shareInfo_message}}" |
103 |
| - selector="{{StorefrontCustomerWishlistShareSection.ProductShareWishlistTextMessage}}" |
104 |
| - stepKey="fillShareMessage"/> |
105 |
| - <click selector="{{StorefrontCustomerWishlistShareSection.ProductShareWishlistButton}}" |
106 |
| - stepKey="sendWishlist"/> |
107 |
| - <see selector="{{StorefrontCustomerWishlistProductSection.ProductSuccessShareMessage}}" |
108 |
| - userInput="Your wish list has been shared." stepKey="successMessage"/> |
| 97 | + <fillField userInput="{{Wishlist.shareInfo_emails}}" selector="{{StorefrontCustomerWishlistShareSection.ProductShareWishlistEmail}}" stepKey="fillEmailsForShare"/> |
| 98 | + <fillField userInput="{{Wishlist.shareInfo_message}}" selector="{{StorefrontCustomerWishlistShareSection.ProductShareWishlistTextMessage}}" stepKey="fillShareMessage"/> |
| 99 | + <click selector="{{StorefrontCustomerWishlistShareSection.ProductShareWishlistButton}}" stepKey="sendWishlist"/> |
| 100 | + <see selector="{{StorefrontCustomerWishlistProductSection.productSuccessShareMessage}}" userInput="Your wish list has been shared." stepKey="successMessage"/> |
109 | 101 | </actionGroup>
|
110 | 102 | </actionGroups>
|
0 commit comments