Skip to content

Commit 72831d9

Browse files
committed
MAGETWO-65534: Unstable Tests in L4 Functional Tests EE build on mainline develop: AddToCartCrossSellTest, NavigateUpSellProductsTest, NavigateRelatedProductsTest
- Remove hover;
1 parent 4c766ea commit 72831d9

File tree

1 file changed

+0
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml

1 file changed

+0
-1
lines changed

dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml/DataGrid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ public function searchAndSelect(array $filter)
276276
$this->search($filter);
277277
$rowItem = $this->getRow($filter);
278278
$this->waitLoader();
279-
$this->_rootElement->find($rowItem->getLocator()['value'], $rowItem->getLocator()['using'])->hover();
280279
if ($rowItem->isVisible()) {
281280
$rowItem->find($this->selectItem)->click();
282281
} else {

0 commit comments

Comments
 (0)