diff --git a/tests/demo-todo-app.spec.ts b/tests/demo-todo-app.spec.ts index 25fa1d61..4724ce95 100644 --- a/tests/demo-todo-app.spec.ts +++ b/tests/demo-todo-app.spec.ts @@ -6,7 +6,7 @@ test.beforeEach(async ({ page }) => { const TODO_ITEMS = [ - 'watch deck the halls', + 'watch monty python', 'feed the cat', 'book a doctors appointment' ] as const;