test(tabs): fix tabs tests (#16146)

This commit is contained in:
Adam Bradley
2018-10-30 13:30:08 -05:00
committed by GitHub
parent e94b5221d4
commit 38db1fb167
9 changed files with 16 additions and 470 deletions

View File

@ -7,8 +7,7 @@ test('loading: basic', async () => {
await page.click('#basic');
const loading = await page.find('ion-loading');
expect(loading).not.toBeNull();
await page.waitFor(250);
await loading.waitForVisible();
const compare = await page.compareScreenshot();