File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/Wishlist/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 >
19
22
</annotations >
20
23
<before >
21
24
<createData stepKey =" category" entity =" SimpleSubCategory" />
36
39
</after >
37
40
38
41
<amOnPage stepKey =" amOnSignInPage" url =" {{StorefrontCustomerSignInPage.url}}" />
39
- <waitForPageLoad stepKey =" waitForLoginPage" />
40
42
<fillField stepKey =" fillEmail" userInput =" $$customer.email$$" selector =" {{StorefrontCustomerSignInFormSection.emailField}}" />
41
43
<fillField stepKey =" fillPassword" userInput =" $$customer.password$$" selector =" {{StorefrontCustomerSignInFormSection.passwordField}}" />
42
44
<waitForElementVisible stepKey =" waitForButton" selector =" {{StorefrontCustomerSignInFormSection.signInAccountButton}}" />
43
45
<click stepKey =" clickSignInAccountButton" selector =" {{StorefrontCustomerSignInFormSection.signInAccountButton}}" />
44
46
<see stepKey =" seeFirstName" userInput =" $$customer.firstname$$" selector =" {{StorefrontCustomerDashboardAccountInformationSection.ContactInformation}}" />
45
47
<see stepKey =" seeLastName" userInput =" $$customer.lastname$$" selector =" {{StorefrontCustomerDashboardAccountInformationSection.ContactInformation}}" />
46
48
<see stepKey =" seeEmail" userInput =" $$customer.email$$" selector =" {{StorefrontCustomerDashboardAccountInformationSection.ContactInformation}}" />
49
+ <waitForPageLoad stepKey =" 15" />
47
50
<amOnPage stepKey =" amOnWishlist" url =" {{StorefrontCustomerWishlistPage.url}}" />
48
- <waitForPageLoad stepKey =" waitForWishlist" />
49
51
<see stepKey =" seeWishlist" userInput =" $$product.name$$" selector =" {{StorefrontCustomerWishlistSection.productItemNameText}}" />
50
52
<moveMouseOver stepKey =" mouseOver" selector =" {{StorefrontCustomerWishlistSection.productItemNameText}}" />
51
53
<waitForElementVisible stepKey =" waitForRemoveButton" selector =" {{StorefrontCustomerWishlistSection.removeWishlistButton}}" />
You can’t perform that action at this time.
0 commit comments