mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
test(card-header): use testing query instead of animated
This commit is contained in:
@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
|
||||
|
||||
it('card-header: basic', async () => {
|
||||
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();
|
||||
|
Reference in New Issue
Block a user