This commit is contained in:
Liam DeBeasi
2023-08-10 17:09:36 -05:00
parent 1a9714783f
commit f295b35671
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { configs, test } from '@utils/test/playwright';
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'), () => {

View File

@@ -1,5 +1,5 @@
import { configs, test } from '@utils/test/playwright';
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: reset method'), () => {