Skip to content

Commit cbbe749

Browse files
authored
Merge pull request #1859 from atlassian/ci-update-chromedriver-141
CI-created PR with Chromedriver updates 141
2 parents 65e6ce9 + 9984125 commit cbbe749

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/bamboo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ modules:
123123
httpsampler.ignore_failed_embedded_resources: "true"
124124
selenium:
125125
chromedriver:
126-
version: "140.0.7339.207" # Supports Chrome version 140. You can refer to https://googlechromelabs.github.io/chrome-for-testing
126+
version: "141.0.7390.54" # Supports Chrome version 141. You can refer to https://googlechromelabs.github.io/chrome-for-testing
127127
reporting:
128128
- data-source: sample-labels
129129
module: junit-xml

app/bitbucket.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ modules:
8989
httpsampler.ignore_failed_embedded_resources: "true"
9090
selenium:
9191
chromedriver:
92-
version: "140.0.7339.207" # Supports Chrome version 140. You can refer to https://googlechromelabs.github.io/chrome-for-testing
92+
version: "141.0.7390.54" # Supports Chrome version 141. You can refer to https://googlechromelabs.github.io/chrome-for-testing
9393
reporting:
9494
- data-source: sample-labels
9595
module: junit-xml

app/confluence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ modules:
116116
httpsampler.ignore_failed_embedded_resources: "true"
117117
selenium:
118118
chromedriver:
119-
version: "140.0.7339.207" # Supports Chrome version 140. You can refer to https://googlechromelabs.github.io/chrome-for-testing
119+
version: "141.0.7390.54" # Supports Chrome version 141. You can refer to https://googlechromelabs.github.io/chrome-for-testing
120120
reporting:
121121
- data-source: sample-labels
122122
module: junit-xml

app/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ modules:
117117
httpsampler.ignore_failed_embedded_resources: "true"
118118
selenium:
119119
chromedriver:
120-
version: "140.0.7339.207" # Supports Chrome version 140. You can refer to https://googlechromelabs.github.io/chrome-for-testing
120+
version: "141.0.7390.54" # Supports Chrome version 141. You can refer to https://googlechromelabs.github.io/chrome-for-testing
121121
reporting:
122122
- data-source: sample-labels
123123
module: junit-xml

app/jsm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ modules:
168168
httpsampler.ignore_failed_embedded_resources: "true"
169169
selenium:
170170
chromedriver:
171-
version: "140.0.7339.207" # Supports Chrome version 140. You can refer to https://googlechromelabs.github.io/chrome-for-testing
171+
version: "141.0.7390.54" # Supports Chrome version 141. You can refer to https://googlechromelabs.github.io/chrome-for-testing
172172
reporting:
173173
- data-source: sample-labels
174174
module: junit-xml

0 commit comments

Comments
 (0)