File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/Wishlist/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 91
91
92
92
<!-- Share wishlist -->
93
93
<actionGroup name =" StorefrontCustomerShareWishlistActionGroup" >
94
- <click selector =" {{StorefrontCustomerWishlistProductSection.productShareWishList}}"
95
- stepKey =" clickMyWishListButton" />
96
- <amOnPage url =" {{StorefrontCustomerWishlistSharePage.url}}" stepKey =" amOnShareWishlist" />
94
+ <click selector =" {{StorefrontCustomerWishlistProductSection.productShareWishList}}" stepKey =" clickMyWishListButton" />
97
95
<fillField userInput =" {{Wishlist.shareInfo_emails}}" selector =" {{StorefrontCustomerWishlistShareSection.ProductShareWishlistEmail}}" stepKey =" fillEmailsForShare" />
98
96
<fillField userInput =" {{Wishlist.shareInfo_message}}" selector =" {{StorefrontCustomerWishlistShareSection.ProductShareWishlistTextMessage}}" stepKey =" fillShareMessage" />
99
97
<click selector =" {{StorefrontCustomerWishlistShareSection.ProductShareWishlistButton}}" stepKey =" sendWishlist" />
You can’t perform that action at this time.
0 commit comments