mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
chore(playwright): enable type checking (#25034)
This commit is contained in:
@ -111,7 +111,6 @@ test('datetime:rtl: basic', async () => {
|
||||
expect(compare).toMatchScreenshot();
|
||||
});
|
||||
|
||||
|
||||
describe('datetime: confirm date', () => {
|
||||
|
||||
test('should set the date value based on the selected date', async () => {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { newE2EPage, E2EPage } from '@stencil/core/testing';
|
||||
import { E2EPage, newE2EPage } from '@stencil/core/testing';
|
||||
|
||||
test('presentation', async () => {
|
||||
const page = await newE2EPage({
|
||||
|
@ -34,4 +34,3 @@ describe('datetime: setting the value', () => {
|
||||
expect(activeTime).toEqualText('12:40 PM');
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user