Skip to content

Commit

Permalink
Merge pull request #538 from magento-tango/MAGETWO-60107
Browse files Browse the repository at this point in the history
Bugs:
* MAGETWO-59702: [FT] Magento\Customer\Test\TestCase\RegisterCustomerFrontendEntityTest fails randomly on CI
  • Loading branch information
magicbunneh authored Oct 27, 2016
2 parents bd1655b + cac9fa8 commit d555891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Template extends Block
*
* @var string
*/
protected $spinner = '[data-role="spinner"]';
protected $spinner = '#container [data-role="spinner"]';

/**
* Magento loader.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function resetFilter()
*/
protected function waitFilterToLoad()
{
$this->getTemplateBlock()->waitForElementNotVisible($this->loader);
$this->getTemplateBlock()->waitLoader();
$browser = $this->_rootElement;
$selector = $this->filterButton . ', ' . $this->resetButton;
$browser->waitUntil(
Expand Down

0 comments on commit d555891

Please sign in to comment.