From ee733980ab3a264da095a87674a5db3ea1cac766 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 17 Oct 2018 12:52:56 -0500 Subject: [PATCH] test(card): update header img w/ datauri (#15988) --- core/src/components/card-header/test/basic/e2e.ts | 2 ++ core/src/components/card-header/test/basic/index.html | 4 ++-- core/src/components/img/test/basic/e2e.ts | 2 ++ core/src/components/img/test/standalone/e2e.ts | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) 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 @@