Skip to content

Commit ed4a143

Browse files
committed
chore: fixes
1 parent 41a3a90 commit ed4a143

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/formatters/SnapshotFormatter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,5 @@ const excludedAttributes = new Set([
162162
'elementHandle',
163163
'children',
164164
'backendNodeId',
165+
'loaderId',
165166
]);

tests/tools/network.test.js.snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Status: [success - 200]
66
- accept-language:<lang>
77
- upgrade-insecure-requests:1
88
- user-agent:<user-agent>
9-
- sec-ch-ua:"Chromium";v="<version>", "Not A(Brand";v="24"
9+
- sec-ch-ua:"Not(A:Brand";v="8", "Chromium";v="144"
1010
- sec-ch-ua-mobile:?0
1111
- sec-ch-ua-platform:"<os>"
1212
- accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7

0 commit comments

Comments
 (0)