mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(): skip datetime test
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
import { newE2EPage } from '@stencil/core/testing';
|
import { newE2EPage } from '@stencil/core/testing';
|
||||||
|
|
||||||
test('datetime: basic', async () => {
|
test.skip('datetime: basic', async () => {
|
||||||
const page = await newE2EPage({
|
const page = await newE2EPage({
|
||||||
url: '/src/components/datetime/test/basic?ionic:_testing=true'
|
url: '/src/components/datetime/test/basic?ionic:_testing=true'
|
||||||
});
|
});
|
||||||
@ -19,7 +19,7 @@ test('datetime: basic', async () => {
|
|||||||
expect(compare).toMatchScreenshot();
|
expect(compare).toMatchScreenshot();
|
||||||
});
|
});
|
||||||
|
|
||||||
test('datetime: basic-rtl', async () => {
|
test.skip('datetime: basic-rtl', async () => {
|
||||||
const page = await newE2EPage({
|
const page = await newE2EPage({
|
||||||
url: '/src/components/datetime/test/basic?ionic:_testing=true&rtl=true'
|
url: '/src/components/datetime/test/basic?ionic:_testing=true&rtl=true'
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user