forked from EVOgeek/Vmeda.Online
Merge pull request #38 from NoelDeMartin/MOBILE-3833
MOBILE-3833 behat: use ngZone
This commit is contained in:
commit
ccb3d6cdbc
@ -849,7 +849,7 @@ class behat_app extends behat_base {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Trigger Angular change detection
|
// Trigger Angular change detection
|
||||||
$session->executeScript($this->islegacy ? 'appRef.tick();' : 'changeDetector.detectChanges();');
|
$session->executeScript($this->islegacy ? 'appRef.tick();' : 'ngZone.run(() => {});');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -862,7 +862,7 @@ class behat_app extends behat_base {
|
|||||||
|
|
||||||
$this->spin(
|
$this->spin(
|
||||||
function() use ($session) {
|
function() use ($session) {
|
||||||
$session->executeScript($this->islegacy ? 'appRef.tick();' : 'changeDetector.detectChanges();');
|
$session->executeScript($this->islegacy ? 'appRef.tick();' : 'ngZone.run(() => {});');
|
||||||
|
|
||||||
$nodes = $this->find_all('css', 'core-loading ion-spinner');
|
$nodes = $this->find_all('css', 'core-loading ion-spinner');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user