Skip to content

Commit 192db32

Browse files
committed
Update Playwright failure message for clarity
1 parent 6ca2e0e commit 192db32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
if: ${{ failure() }}
4343
with:
4444
message: |
45-
### Playwright visual snapshot differences were detected.
46-
View the [Playwright report](${{ steps.artifact-upload.outputs.artifact-url }}) to review the visual differences.
47-
**To approve the snapshot changes and update the snapshots, please comment:** /approve-snapshots
45+
### Playwright tests failed.
46+
View the [Playwright report](${{ steps.artifact-upload.outputs.artifact-url }}) to review any visual differences.
47+
**To generate updated snapshots, please comment:** /approve-snapshots

0 commit comments

Comments
 (0)