Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit a07ea16

Browse files
authored
demo 4 (#143)
1 parent f7657e9 commit a07ea16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/releasetest_sep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Run Playwright with PR-vs-Main comparison
2424
- name: GUI Test – Playwright only
25-
uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.2
25+
uses: DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
mode: test-only

tests/demo-todo-app.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test.beforeEach(async ({ page }) => {
66

77

88
const TODO_ITEMS = [
9-
'watch monty python',
9+
'watch deck the halls',
1010
'feed the cat',
1111
'book a doctors appointment'
1212
] as const;

0 commit comments

Comments
 (0)