Skip to content

Commit d555891

Browse files
authored
Merge pull request #538 from magento-tango/MAGETWO-60107
Bugs: * MAGETWO-59702: [FT] Magento\Customer\Test\TestCase\RegisterCustomerFrontendEntityTest fails randomly on CI
2 parents bd1655b + cac9fa8 commit d555891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Backend/Test/Block/Template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Template extends Block
1919
*
2020
* @var string
2121
*/
22-
protected $spinner = '[data-role="spinner"]';
22+
protected $spinner = '#container [data-role="spinner"]';
2323

2424
/**
2525
* Magento loader.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function resetFilter()
165165
*/
166166
protected function waitFilterToLoad()
167167
{
168-
$this->getTemplateBlock()->waitForElementNotVisible($this->loader);
168+
$this->getTemplateBlock()->waitLoader();
169169
$browser = $this->_rootElement;
170170
$selector = $this->filterButton . ', ' . $this->resetButton;
171171
$browser->waitUntil(

0 commit comments

Comments
 (0)