mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
test(e2e): fix reorder-group
This commit is contained in:
@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
|
|||||||
|
|
||||||
it('reorder: basic', async () => {
|
it('reorder: basic', async () => {
|
||||||
const page = await newE2EPage({
|
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();
|
const compare = await page.compareScreenshot();
|
||||||
|
@ -2,7 +2,7 @@ import { newE2EPage } from '@stencil/core/testing';
|
|||||||
|
|
||||||
it('reorder: standalone', async () => {
|
it('reorder: standalone', async () => {
|
||||||
const page = await newE2EPage({
|
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();
|
const compare = await page.compareScreenshot();
|
||||||
|
Reference in New Issue
Block a user