mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Update datetime.e2e.ts
This commit is contained in:
@@ -2,7 +2,7 @@ import { expect } from '@playwright/test';
|
||||
import { configs, test } from '@utils/test/playwright';
|
||||
|
||||
configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => {
|
||||
test.describe.only(title('datetime: cancel method'), () => {
|
||||
test.describe(title('datetime: cancel method'), () => {
|
||||
test('should emit ionCancel', async ({ page }) => {
|
||||
await page.setContent(
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user