From 203dea0221e5556fba58e15903ca47e145ed6e5a Mon Sep 17 00:00:00 2001 From: Kalp Aghada Date: Tue, 5 Aug 2025 16:53:17 +0200 Subject: [PATCH] demo 4 --- .github/workflows/releasetest_sep.yaml | 2 +- tests/demo-todo-app.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releasetest_sep.yaml b/.github/workflows/releasetest_sep.yaml index d3b404e3..f1586840 100644 --- a/.github/workflows/releasetest_sep.yaml +++ b/.github/workflows/releasetest_sep.yaml @@ -22,7 +22,7 @@ jobs: # Run Playwright with PR-vs-Main comparison - name: GUI Test – Playwright only - uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.2 + uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} mode: test-only 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;