Skip to content

Commit bbb5c17

Browse files
committed
chore: Update chrome version for the tests
1 parent 3c31c57 commit bbb5c17

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

features/src/docker-out/NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ Debian, Ubuntu, Alpine
99
Needs access to the following URL for downloading and resolving:
1010
* https://download.docker.com
1111
* https://github.com
12+
13+
### Old Chrome Versions
14+
15+
It seems Google deletes old packages from time to time. So if you use a fixed version, make sure to keep it updated.

features/src/docker-out/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ Debian, Ubuntu, Alpine
4949
Needs access to the following URL for downloading and resolving:
5050
* https://download.docker.com
5151
* https://github.com
52+
53+
### Old Chrome Versions
54+
55+
It seems Google deletes old packages from time to time. So if you use a fixed version, make sure to keep it updated.

features/test/browsers/chrome-testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
[[ -f "$(dirname "$0")/../functions.sh" ]] && source "$(dirname "$0")/../functions.sh"
55
[[ -f "$(dirname "$0")/functions.sh" ]] && source "$(dirname "$0")/functions.sh"
66

7-
check_version "$(chrome --version)" "Google Chrome for Testing 130.0.6723.69"
7+
check_version "$(chrome --version)" "Google Chrome for Testing 142.0.7444.162"
88

99
check_command_not_exists "google-chrome"
1010
check_command_not_exists "firefox"

features/test/browsers/chrome.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
[[ -f "$(dirname "$0")/../functions.sh" ]] && source "$(dirname "$0")/../functions.sh"
55
[[ -f "$(dirname "$0")/functions.sh" ]] && source "$(dirname "$0")/functions.sh"
66

7-
check_version "$(google-chrome --version)" "Google Chrome 130.0.6723.69"
7+
check_version "$(google-chrome --version)" "Google Chrome 142.0.7444.162"
88

99
check_command_not_exists "chrome"
1010
check_command_not_exists "firefox"

features/test/browsers/scenarios.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"features": {
1010
"./browsers": {
11-
"chromeVersion": "130.0.6723.69",
11+
"chromeVersion": "142.0.7444.162",
1212
"useChromeForTesting": "false",
1313
"firefoxVersion": "none"
1414
}
@@ -23,7 +23,7 @@
2323
},
2424
"features": {
2525
"./browsers": {
26-
"chromeVersion": "130.0.6723.69",
26+
"chromeVersion": "142.0.7444.162",
2727
"useChromeForTesting": "true",
2828
"firefoxVersion": "none"
2929
}

0 commit comments

Comments
 (0)