Skip to content

Commit b43870d

Browse files
committed
MAGETWO-80353: PHP 7.1 compatibility: Jenkins Failures related to PHP 7.1 upgrade
1 parent da105f2 commit b43870d

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
@@ -349,7 +349,6 @@ public function selectAction($action)
349349
$toggle->click();
350350
if (is_array($action)) {
351351
$locator = sprintf($this->actionList, end($action));
352-
$this->getGridHeaderElement()->find($locator, Locator::SELECTOR_XPATH)->hover();
353352
$this->getGridHeaderElement()->find($locator, Locator::SELECTOR_XPATH)->click();
354353
}
355354
}

0 commit comments

Comments
 (0)