Skip to content

Commit 0a5c4da

Browse files
author
Vitaliy Honcharenko
committed
MTA-2311: CMS module functional tests maintenance
- add loader before search.
1 parent e23038c commit 0a5c4da

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
@@ -114,6 +114,7 @@ public function search(array $filter)
114114
*/
115115
public function searchAndOpen(array $filter)
116116
{
117+
$this->waitLoader();
117118
$rowItem = $this->getRow($filter);
118119
if ($rowItem->isVisible()) {
119120
$rowItem->find($this->editLink)->click();

0 commit comments

Comments
 (0)