mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-09-09 05:30:42 +02:00
set type module, simplify tests, update deps
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { expect, test } from '@playwright/test';
|
||||
import '../coverage.mjs';
|
||||
import '../coverage.js';
|
||||
|
||||
test('Add custom to-do list', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080');
|
@@ -1,5 +1,5 @@
|
||||
import { expect, test } from '@playwright/test';
|
||||
import '../coverage.mjs';
|
||||
import '../coverage.js';
|
||||
|
||||
test("Add item to today's to-do list (Enter)", async ({ page }) => {
|
||||
await page.goto('http://localhost:8080');
|
@@ -1,5 +1,5 @@
|
||||
import { expect, test } from '@playwright/test';
|
||||
import '../coverage.mjs';
|
||||
import '../coverage.js';
|
||||
|
||||
test('Delete custom to-do list', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080');
|
@@ -1,5 +1,5 @@
|
||||
import { expect, test } from '@playwright/test';
|
||||
import '../coverage.mjs';
|
||||
import '../coverage.js';
|
||||
|
||||
test('Edit custom to-do list title (Enter)', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080');
|
Reference in New Issue
Block a user