Skip to content

Commit f331c10

Browse files
committed
MAGETWO-51472: [FT] Form page action block is covering fields on product page
1 parent 5fafe38 commit f331c10

File tree

1 file changed

+3
-0
lines changed
  • dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/ProductDetails

1 file changed

+3
-0
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/ProductDetails/CategoryIds.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class CategoryIds extends MultisuggestElement
4747
protected $advancedInventoryButton = '[data-index="advanced_inventory_button"]';
4848

4949
/**
50+
* @constructor
5051
* @param BrowserInterface $browser
5152
* @param DriverInterface $driver
5253
* @param EventManagerInterface $eventManager
@@ -68,9 +69,11 @@ public function __construct(
6869
* Set category value.
6970
*
7071
* @param array|string $value
72+
* @return void
7173
*/
7274
public function setValue($value)
7375
{
76+
// Align Category ids select element to the center of the browser for created categories
7477
if ($this->browser->find($this->pageFooter)->isVisible()) {
7578
$this->browser->find($this->pageFooter)->hover();
7679
$this->browser->find($this->advancedInventoryButton)->hover();

0 commit comments

Comments
 (0)