From 0e3ade60f6e80c2befd9ee9de36201765e39047c Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 11 Oct 2018 16:04:02 -0500 Subject: [PATCH] test(e2e): fix reorder-group --- core/src/components/reorder-group/test/basic/e2e.ts | 2 +- core/src/components/reorder-group/test/standalone/e2e.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/reorder-group/test/basic/e2e.ts b/core/src/components/reorder-group/test/basic/e2e.ts index 83435d7a8e..14f7415884 100644 --- a/core/src/components/reorder-group/test/basic/e2e.ts +++ b/core/src/components/reorder-group/test/basic/e2e.ts @@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing'; it('reorder: basic', async () => { const page = await newE2EPage({ - url: '/src/components/reorder/test/basic?ionic:_testing=true' + url: '/src/components/reorder-group/test/basic?ionic:_testing=true' }); const compare = await page.compareScreenshot(); diff --git a/core/src/components/reorder-group/test/standalone/e2e.ts b/core/src/components/reorder-group/test/standalone/e2e.ts index 774eeb0f3f..eb734f258f 100644 --- a/core/src/components/reorder-group/test/standalone/e2e.ts +++ b/core/src/components/reorder-group/test/standalone/e2e.ts @@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing'; it('reorder: standalone', async () => { const page = await newE2EPage({ - url: '/src/components/reorder/test/standalone?ionic:_testing=true' + url: '/src/components/reorder-group/test/standalone?ionic:_testing=true' }); const compare = await page.compareScreenshot();