mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(all): disable animations in e2e tests
This commit is contained in:
@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
|
||||
|
||||
it('segment: basic', async () => {
|
||||
const page = await newE2EPage({
|
||||
url: '/src/components/segment/test/basic?ionic:animated=false'
|
||||
url: '/src/components/segment/test/basic?ionic:_testing=true'
|
||||
});
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
|
@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
|
||||
|
||||
it('segment: modes', async () => {
|
||||
const page = await newE2EPage({
|
||||
url: '/src/components/segment/test/modes?ionic:animated=false'
|
||||
url: '/src/components/segment/test/modes?ionic:_testing=true'
|
||||
});
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
|
@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
|
||||
|
||||
it('segment: standalone', async () => {
|
||||
const page = await newE2EPage({
|
||||
url: '/src/components/segment/test/standalone?ionic:animated=false'
|
||||
url: '/src/components/segment/test/standalone?ionic:_testing=true'
|
||||
});
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
|
Reference in New Issue
Block a user