diff --git a/core/src/components/card-header/test/basic/e2e.ts b/core/src/components/card-header/test/basic/e2e.ts index 6db3d24a24..81ad0d00cd 100644 --- a/core/src/components/card-header/test/basic/e2e.ts +++ b/core/src/components/card-header/test/basic/e2e.ts @@ -5,6 +5,8 @@ it('card-header: basic', async () => { url: '/src/components/card-header/test/basic?ionic:_testing=true' }); + await page.waitFor(100); + const compare = await page.compareScreenshot(); expect(compare).toMatchScreenshot(); }); diff --git a/core/src/components/card-header/test/basic/index.html b/core/src/components/card-header/test/basic/index.html index 15d8a58758..415d97be84 100644 --- a/core/src/components/card-header/test/basic/index.html +++ b/core/src/components/card-header/test/basic/index.html @@ -53,8 +53,8 @@