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 8799873 commit 81aec79Copy full SHA for 81aec79
dev/tests/functional/tests/app/Magento/Ui/Test/Block/Adminhtml/DataGrid.php
@@ -389,13 +389,16 @@ public function sortGridByField($field, $sort = "desc")
389
}
390
391
/**
392
+ * Sort grid by column.
393
+ *
394
* @param string $columnLabel
395
*/
396
public function sortByColumn($columnLabel)
397
{
398
$this->waitLoader();
399
$this->getTemplateBlock()->waitForElementNotVisible($this->loader);
400
$this->_rootElement->find(sprintf($this->columnHeader, $columnLabel), Locator::SELECTOR_XPATH)->click();
401
+ $this->waitLoader();
402
403
404
0 commit comments