Skip to content

Commit b341708

Browse files
committed
chore: update snapshots
1 parent 1a4653a commit b341708

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/tools/console.test.js.snapshot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exports[`console > get_console_message > applies source maps to stack traces of Error object (with cause) console.log arguments 1`] = `
22
# test response
33
ID: 1
4-
Message: log> foo failed JSHandle@error
4+
Message: log> foo failed Error: bar failed
55
### Arguments
66
Arg #0: foo failed
77
Arg #1: Error: bar failed
@@ -23,7 +23,7 @@ Note: line and column numbers use 1-based indexing
2323
exports[`console > get_console_message > applies source maps to stack traces of Error object console.log arguments 1`] = `
2424
# test response
2525
ID: 1
26-
Message: log> An error happened: JSHandle@error
26+
Message: log> An error happened: Error: b00m!
2727
### Arguments
2828
Arg #0: An error happened:
2929
Arg #1: Error: b00m!
@@ -117,5 +117,5 @@ exports[`console > list_console_messages > lists error objects 1`] = `
117117
# test response
118118
## Console messages
119119
Showing 1-1 of 1 (Page 1 of 1).
120-
msgid=1 [error] JSHandle@error (1 args)
120+
msgid=1 [error] Error: This is an error (1 args)
121121
`;

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:"Not(A:Brand";v="8", "Chromium";v="144"
9+
- sec-ch-ua:"Chromium";v="<version>", "Not:A-Brand";v="99"
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)