Skip to content

Commit 5211452

Browse files
committed
MTO-121: [Variation] Move Anchored Category with Products
- Defects fixed
1 parent ba5125e commit 5211452

File tree

1 file changed

+5
-6
lines changed
  • dev/tests/functional/tests/app/Magento/Theme/Test/Block/Html

1 file changed

+5
-6
lines changed

dev/tests/functional/tests/app/Magento/Theme/Test/Block/Html/Topmenu.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
use Magento\Mtf\Client\Locator;
1111

1212
/**
13-
* Class Topmenu
14-
* Class top menu navigation block
13+
* Class top menu navigation block.
1514
*/
1615
class Topmenu extends Block
1716
{
@@ -44,7 +43,7 @@ class Topmenu extends Block
4443
protected $navigationMenuItems = "/li";
4544

4645
/**
47-
* Select category from top menu by name and click on it
46+
* Select category from top menu by name and click on it.
4847
*
4948
* @param string $categoryName
5049
* @return void
@@ -84,7 +83,7 @@ function () use ($category) {
8483
}
8584

8685
/**
87-
* Check is visible category in top menu by name
86+
* Check is visible category in top menu by name.
8887
*
8988
* @param string $categoryName
9089
* @return bool
@@ -95,7 +94,7 @@ public function isCategoryVisible($categoryName)
9594
}
9695

9796
/**
98-
* Wait for load top menu
97+
* Wait for load top menu.
9998
*
10099
* @param string $categoryName
101100
* @return array
@@ -120,7 +119,7 @@ function () use ($rootElement, $moreCategoriesLink, $submenu) {
120119
}
121120

122121
/**
123-
* Check menu items count
122+
* Check menu items count.
124123
*
125124
* @param int $number
126125
* @return bool

0 commit comments

Comments
 (0)