From 3b03395205943913b50ea02b5d55027c6f140576 Mon Sep 17 00:00:00 2001 From: Kalp Aghada Date: Tue, 5 Aug 2025 16:38:29 +0200 Subject: [PATCH] demo 1 --- tests/demo-todo-app.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/demo-todo-app.spec.ts b/tests/demo-todo-app.spec.ts index 4724ce95..25fa1d61 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 monty python', + 'watch deck the halls', 'feed the cat', 'book a doctors appointment' ] as const;