Skip to content

Commit

Permalink
build(chrome): update the pinned browser version to 135.0.7021.0 (#3123)
Browse files Browse the repository at this point in the history
+ fix the tests

---------

Co-authored-by: Browser Automation Bot <[email protected]>
  • Loading branch information
OrKoN and browser-automation-bot authored Feb 18, 2025
1 parent f4e253a commit 330a58a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .browser
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[email protected].7000.0
[email protected].7021.0
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"chai": "4.5.0",
"chai-as-promised": "7.1.2",
"debug": "4.4.0",
"devtools-protocol": "0.0.1415363",
"devtools-protocol": "0.0.1420292",
"eslint": "9.12.0",
"eslint-config-prettier": "10.0.1",
"eslint-import-resolver-typescript": "3.8.0",
Expand Down
4 changes: 2 additions & 2 deletions tests/network/test_continue_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ async def test_continue_request_invalid_header(websocket, context_id,
with pytest.raises(Exception,
match=str({
"error": "invalid argument",
"message": "Invalid header",
"message": "Invalid header: Chromium-BiDi: ",
})):
await execute_command(
websocket, {
Expand Down Expand Up @@ -458,7 +458,7 @@ async def test_continue_request_unsafe_header(websocket, context_id,
with pytest.raises(Exception,
match=str({
"error": "invalid argument",
"message": "Unsafe header",
"message": "Unsafe header: Cookie2",
})):
await execute_command(
websocket, {
Expand Down

This file was deleted.

0 comments on commit 330a58a

Please sign in to comment.