Skip to content

Commit 2cf738b

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

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ 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();
352353
$this->getGridHeaderElement()->find($locator, Locator::SELECTOR_XPATH)->click();
353354
}
354355
}

0 commit comments

Comments
 (0)