File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
if : github.event.label.name == 'New Browser Test Expectations'
12
12
steps :
13
+ - name : Checkout workflow repo
14
+ uses : actions/checkout@v5
13
15
- name : Setup Frontend
14
16
uses : ./.github/actions/setup-frontend
15
17
- name : Cache Playwright browsers
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ UI mode features:
84
84
- ** Console/Network Tabs** : View logs and API calls at each step
85
85
- ** Attachments Tab** : View all snapshots with expected and actual images
86
86
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 )
88
88
89
89
For CI or headless testing:
90
90
You can’t perform that action at this time.
0 commit comments