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('button: anchor', async () => {
const page = await newE2EPage({
url: '/src/components/button/test/anchor?ionic:animated=false'
url: '/src/components/button/test/anchor?ionic:_testing=true'
});
const compare = await page.compareScreenshot();

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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