File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
<argument name =" parentCategory" value =" $simpleSubCategoryTwo.name$" />
56
56
</actionGroup >
57
57
<!-- Verify that navigation menu categories level is correct-->
58
- <amOnPage url =" {{StorefrontHomePage.url}}" stepKey =" openHomePageFirst " />
58
+ <amOnPage url =" {{StorefrontHomePage.url}}" stepKey =" amOnStorefrontPage1 " />
59
59
<waitForPageLoad stepKey =" waitForPageToLoadAfterHomePageOpened1" />
60
60
<seeElement selector =" {{StorefrontNavigationSection.topCategory($simpleSubCategoryTwo.name$)}}" stepKey =" verifyThatTopCategoryIsSubCategoryTwo" />
61
61
<moveMouseOver selector =" {{StorefrontNavigationSection.topCategory($simpleSubCategoryTwo.name$)}}" stepKey =" mouseOverSubCategoryTwo" />
97
97
<argument name =" parentCategory" value =" Default Category" />
98
98
</actionGroup >
99
99
<!-- Verify that navigation menu categories level is correct-->
100
- <amOnPage url =" {{StorefrontHomePage.url}}" stepKey =" openHomePageSecond " />
100
+ <amOnPage url =" {{StorefrontHomePage.url}}" stepKey =" amOnStorefrontPage2 " />
101
101
<waitForPageLoad stepKey =" waitForPageToLoadAfterHomePageOpened2" />
102
102
<seeElement selector =" {{StorefrontNavigationSection.topCategory($simpleSubCategoryOne.name$)}}" stepKey =" verifyThatSubCategoryOneIsTopCategory" />
103
103
<seeElement selector =" {{StorefrontNavigationSection.topCategory($simpleSubCategoryTwo.name$)}}" stepKey =" verifyThatSubCategoryTwoIsTopCategory" />
You can’t perform that action at this time.
0 commit comments