mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +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('grid: basic', async () => {
|
||||
const page = await newE2EPage({
|
||||
url: '/src/components/grid/test/basic?ionic:animated=false'
|
||||
url: '/src/components/grid/test/basic?ionic:_testing=true'
|
||||
});
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
|
||||
@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
|
||||
|
||||
it('grid: offsets', async () => {
|
||||
const page = await newE2EPage({
|
||||
url: '/src/components/grid/test/offsets?ionic:animated=false'
|
||||
url: '/src/components/grid/test/offsets?ionic:_testing=true'
|
||||
});
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
|
||||
@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
|
||||
|
||||
it('grid: padding', async () => {
|
||||
const page = await newE2EPage({
|
||||
url: '/src/components/grid/test/padding?ionic:animated=false'
|
||||
url: '/src/components/grid/test/padding?ionic:_testing=true'
|
||||
});
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
|
||||
@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
|
||||
|
||||
it('grid: sizes', async () => {
|
||||
const page = await newE2EPage({
|
||||
url: '/src/components/grid/test/sizes?ionic:animated=false'
|
||||
url: '/src/components/grid/test/sizes?ionic:_testing=true'
|
||||
});
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
|
||||
@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
|
||||
|
||||
it('grid: standalone', async () => {
|
||||
const page = await newE2EPage({
|
||||
url: '/src/components/grid/test/standalone?ionic:animated=false'
|
||||
url: '/src/components/grid/test/standalone?ionic:_testing=true'
|
||||
});
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
|
||||
Reference in New Issue
Block a user