test(card-header): use testing query instead of animated

This commit is contained in:
Brandy Carney
2018-10-10 11:35:00 -05:00
parent a29ffb49ca
commit 7bde344291

View File

@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
it('card-header: basic', async () => { it('card-header: basic', async () => {
const page = await newE2EPage({ const page = await newE2EPage({
url: '/src/components/card-header/test/basic?ionic:animated=false' url: '/src/components/card-header/test/basic?ionic:_testing=true'
}); });
const compare = await page.compareScreenshot(); const compare = await page.compareScreenshot();