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;