We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43870d commit 2cf738bCopy full SHA for 2cf738b
dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml/DataGrid.php
@@ -349,6 +349,7 @@ public function selectAction($action)
349
$toggle->click();
350
if (is_array($action)) {
351
$locator = sprintf($this->actionList, end($action));
352
+ $this->getGridHeaderElement()->find($locator, Locator::SELECTOR_XPATH)->hover();
353
$this->getGridHeaderElement()->find($locator, Locator::SELECTOR_XPATH)->click();
354
}
355
0 commit comments