test(angular): wait longer for root tests

This commit is contained in:
Manu Mtz.-Almeida
2019-01-22 20:49:21 +01:00
parent f46cd507c2
commit 1100146125

View File

@@ -111,7 +111,7 @@ async function testForward() {
}
async function testRoot() {
await waitTime(50);
await waitTime(200);
await testStack('ion-router-outlet', ['app-router-link-page']);
await testLifeCycle('app-router-link-page', {
ionViewWillEnter: 1,