mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
test(e2e): update body font family (#16065)
This commit is contained in:
@ -5,7 +5,7 @@ it('card-header: basic', async () => {
|
||||
url: '/src/components/card-header/test/basic?ionic:_testing=true'
|
||||
});
|
||||
|
||||
await page.waitFor(100);
|
||||
await page.waitFor(250);
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
expect(compare).toMatchScreenshot();
|
||||
|
||||
Reference in New Issue
Block a user