mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +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 () => {
|
||||
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();
|
||||
|
@ -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();
|
||||
|
Reference in New Issue
Block a user