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

@ -5,6 +5,8 @@ it('toggle: basic', async () => {
url: '/src/components/toggle/test/basic?ionic:_testing=true'
});
await page.waitFor(250);
const compare = await page.compareScreenshot();
expect(compare).toMatchScreenshot();
});