mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-09-09 05:30:42 +02:00
update deps
This commit is contained in:
@@ -9,7 +9,7 @@ test("Add item to today's todo list (Enter)", async ({ page }) => {
|
||||
await page.keyboard.press('Enter');
|
||||
|
||||
await expect(page.locator('.-today .todo-item > .label')).toHaveText(
|
||||
'Hello, world!'
|
||||
'Hello, world!',
|
||||
);
|
||||
});
|
||||
|
||||
@@ -22,6 +22,6 @@ test("Add item to today's todo list (click)", async ({ page }) => {
|
||||
await page.locator('.-today .todo-item-input > .save').click();
|
||||
|
||||
await expect(page.locator('.-today .todo-item > .label')).toHaveText(
|
||||
'Hello, world!'
|
||||
'Hello, world!',
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user