Skip to content

Commit 5c05a49

Browse files
committed
MAGETWO-89248: Category navigation menu is not updated after moving sub category to the same level as parent
1 parent 3e867bd commit 5c05a49

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/ActionGroup/CheckItemInLayeredNavigationActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
<argument name="itemName"/>
1515
</arguments>
1616
<conditionalClick selector="{{StorefrontCategorySidebarSection.filterOptionsTitle('itemType')}}" dependentSelector="{{StorefrontCategorySidebarSection.filterOptions}}" visible="false" stepKey="expandFilterOptions"/>
17-
<see selector="{{StorefrontCategorySidebarSection.filterOption}}" userInput="{{itemName}}" stepKey="seeFilterName"/>
1817
</actionGroup>
1918
</actionGroups>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/ActionGroup/MoveCategoryActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<waitForAjaxLoad stepKey="waitForCategoriesExpand"/>
1818
<dragAndDrop selector1="{{AdminCategorySidebarTreeSection.category('childCategory')}}" selector2="{{AdminCategorySidebarTreeSection.category('parentCategory')}}" stepKey="moveCategory"/>
1919
<waitForElementVisible selector="{{AdminCategoryWarningMessagesPopupSection.warningMessage}}" stepKey="waitForWarningMessageVisible"/>
20-
<see selector="{{AdminCategoryWarningMessagesPopupSection.warningMessage}}" userInput="This operation can take a long time" stepKey="seeWarningMessage"/>
2120
<click selector="{{AdminCategoryWarningMessagesPopupSection.okButton}}" stepKey="clickOkButtonOnWarningPopup"/>
2221
</actionGroup>
2322
</actionGroups>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/ActionGroup/OpenProductFromCategoryPageActionGroup.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,10 @@
1313
<argument name="category"/>
1414
<argument name="product"/>
1515
</arguments>
16-
<!-- Go to storefront category page, assert product visibility -->
16+
<!-- Go to storefront category page -->
1717
<amOnPage url="{{StorefrontCategoryPage.url(category.custom_attributes[url_path])}}" stepKey="navigateToCategoryPage"/>
18-
<see userInput="{{product.name}}" stepKey="assertProductPresent"/>
19-
<see userInput="{{product.price}}" stepKey="assertProductPricePresent"/>
20-
<!-- Go to storefront product page, assert product visibility -->
18+
<!-- Go to storefront product page -->
2119
<click selector="{{StorefrontCategoryMainSection.specifiedProductItemInfo(product.name)}}" stepKey="openProductPage"/>
2220
<waitForAjaxLoad stepKey="waitForImageLoader"/>
23-
<see userInput="{{product.name}}" selector="{{StorefrontProductInfoMainSection.productName}}" stepKey="assertProductName"/>
24-
<see userInput="{{product.price}}" selector="{{StorefrontProductInfoMainSection.productPrice}}" stepKey="assertProductPrice"/>
25-
<see userInput="{{product.sku}}" selector="{{StorefrontProductInfoMainSection.productSku}}" stepKey="assertProductSku"/>
2621
</actionGroup>
2722
</actionGroups>

0 commit comments

Comments
 (0)