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 da105f2 commit b43870dCopy full SHA for b43870d
dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml/DataGrid.php
@@ -349,7 +349,6 @@ 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