Skip to content

Commit d18a604

Browse files
committed
Merge remote-tracking branch 'origin/main' into bl-snap
2 parents d5a5621 + ac72999 commit d18a604

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-browser-exp.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.event.label.name == 'New Browser Test Expectations'
1212
steps:
13+
- name: Checkout workflow repo
14+
uses: actions/checkout@v5
1315
- name: Setup Frontend
1416
uses: ./.github/actions/setup-frontend
1517
- name: Cache Playwright browsers

browser_tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ UI mode features:
8484
- **Console/Network Tabs**: View logs and API calls at each step
8585
- **Attachments Tab**: View all snapshots with expected and actual images
8686

87-
![Playwright UI Mode](https://github.com/user-attachments/assets/c158c93f-b39a-44c5-a1a1-e0cc975ee9f2)
87+
![Playwright UI Mode](https://github.com/user-attachments/assets/9b9cb09f-6da7-4fa0-81df-2effceced755)
8888

8989
For CI or headless testing:
9090

0 commit comments

Comments
 (0)