test(e2e): update body font family (#16065)

This commit is contained in:
Adam Bradley
2018-10-24 11:09:41 -05:00
committed by GitHub
parent e251ca71b4
commit 02ed9f96fa
20 changed files with 32 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ it('datetime: basic', async () => {
const picker = await page.find('ion-picker');
await picker.waitForVisible();
await page.waitFor(100);
await page.waitFor(250);
compare = await page.compareScreenshot('should open custom picker');
expect(compare).toMatchScreenshot();