fix(all): disable animations in e2e tests

This commit is contained in:
Manu Mtz.-Almeida
2018-10-08 10:18:31 -05:00
parent 2909e1cc7b
commit 9d109d68c8
114 changed files with 118 additions and 114 deletions

View File

@ -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();

View File

@ -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();

View File

@ -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();