|
16 | 16 | <severity value="AVERAGE"/>
|
17 | 17 | <group value="wishlist"/>
|
18 | 18 | <testCaseId value="MC-4110"/>
|
19 |
| - <skip> |
20 |
| - <issueId value="MQE-1145"/> |
21 |
| - </skip> |
22 | 19 | </annotations>
|
23 | 20 | <before>
|
24 | 21 | <createData stepKey="category" entity="SimpleSubCategory"/>
|
|
39 | 36 | </after>
|
40 | 37 |
|
41 | 38 | <amOnPage stepKey="amOnSignInPage" url="{{StorefrontCustomerSignInPage.url}}"/>
|
| 39 | + <waitForPageLoad stepKey="waitForLoginPage"/> |
42 | 40 | <fillField stepKey="fillEmail" userInput="$$customer.email$$" selector="{{StorefrontCustomerSignInFormSection.emailField}}"/>
|
43 | 41 | <fillField stepKey="fillPassword" userInput="$$customer.password$$" selector="{{StorefrontCustomerSignInFormSection.passwordField}}"/>
|
44 | 42 | <waitForElementVisible stepKey="waitForButton" selector="{{StorefrontCustomerSignInFormSection.signInAccountButton}}"/>
|
45 | 43 | <click stepKey="clickSignInAccountButton" selector="{{StorefrontCustomerSignInFormSection.signInAccountButton}}"/>
|
46 | 44 | <see stepKey="seeFirstName" userInput="$$customer.firstname$$" selector="{{StorefrontCustomerDashboardAccountInformationSection.ContactInformation}}" />
|
47 | 45 | <see stepKey="seeLastName" userInput="$$customer.lastname$$" selector="{{StorefrontCustomerDashboardAccountInformationSection.ContactInformation}}" />
|
48 | 46 | <see stepKey="seeEmail" userInput="$$customer.email$$" selector="{{StorefrontCustomerDashboardAccountInformationSection.ContactInformation}}" />
|
49 |
| - <waitForPageLoad stepKey="15"/> |
50 | 47 | <amOnPage stepKey="amOnWishlist" url="{{StorefrontCustomerWishlistPage.url}}"/>
|
51 |
| - <see stepKey="seeWishlist" userInput="$$product.name$$" selector="{{StorefrontCustomerWishlistSection.productItemNameText}}"/> |
52 |
| - <moveMouseOver stepKey="mouseOver" selector="{{StorefrontCustomerWishlistSection.productItemNameText}}"/> |
53 |
| - <waitForElementVisible stepKey="waitForRemoveButton" selector="{{StorefrontCustomerWishlistSection.removeWishlistButton}}"/> |
54 |
| - <click stepKey="clickRemove" selector="{{StorefrontCustomerWishlistSection.removeWishlistButton}}"/> |
| 48 | + <waitForPageLoad stepKey="waitForWishlist"/> |
| 49 | + <see stepKey="seeWishlist" userInput="$$product.price$$" selector="{{StorefrontCustomerWishlistProductSection.ProductPriceByName($$product.name$$)}}"/> |
| 50 | + <moveMouseOver stepKey="mouseOver" selector="{{StorefrontCustomerWishlistProductSection.ProductPriceByName($$product.name$$)}}"/> |
| 51 | + <waitForElementVisible stepKey="waitForRemoveButton" selector="{{StorefrontCustomerWishlistSection.removeWishlistButton($$product.name$$)}}"/> |
| 52 | + <click stepKey="clickRemove" selector="{{StorefrontCustomerWishlistSection.removeWishlistButton($$product.name$$)}}"/> |
55 | 53 | <see stepKey="seeEmptyWishlist" userInput="You have no items in your wish list" selector="{{StorefrontCustomerWishlistSection.emptyWishlistText}}"/>
|
56 | 54 | </test>
|
57 | 55 | </tests>
|
0 commit comments