Skip to content

Commit 2a8ff61

Browse files
authored
Merge pull request #1745 from atlassian/ci-update-chromedriver-135
CI-created PR with Chromedriver updates 135
2 parents 07181bc + 2d54bfe commit 2a8ff61

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/bamboo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ modules:
121121
httpsampler.ignore_failed_embedded_resources: "true"
122122
selenium:
123123
chromedriver:
124-
version: "135.0.7049.95" # Supports Chrome version 135. You can refer to https://googlechromelabs.github.io/chrome-for-testing
124+
version: "135.0.7049.97" # Supports Chrome version 135. You can refer to https://googlechromelabs.github.io/chrome-for-testing
125125
reporting:
126126
- data-source: sample-labels
127127
module: junit-xml

app/bitbucket.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ modules:
8787
httpsampler.ignore_failed_embedded_resources: "true"
8888
selenium:
8989
chromedriver:
90-
version: "135.0.7049.95" # Supports Chrome version 135. You can refer to https://googlechromelabs.github.io/chrome-for-testing
90+
version: "135.0.7049.97" # Supports Chrome version 135. You can refer to https://googlechromelabs.github.io/chrome-for-testing
9191
reporting:
9292
- data-source: sample-labels
9393
module: junit-xml

app/confluence.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ modules:
114114
httpsampler.ignore_failed_embedded_resources: "true"
115115
selenium:
116116
chromedriver:
117-
version: "135.0.7049.95" # Supports Chrome version 135. You can refer to https://googlechromelabs.github.io/chrome-for-testing
117+
version: "135.0.7049.97" # Supports Chrome version 135. You can refer to https://googlechromelabs.github.io/chrome-for-testing
118118
reporting:
119119
- data-source: sample-labels
120120
module: junit-xml

app/jira.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ modules:
115115
httpsampler.ignore_failed_embedded_resources: "true"
116116
selenium:
117117
chromedriver:
118-
version: "135.0.7049.95" # Supports Chrome version 135. You can refer to https://googlechromelabs.github.io/chrome-for-testing
118+
version: "135.0.7049.97" # Supports Chrome version 135. You can refer to https://googlechromelabs.github.io/chrome-for-testing
119119
reporting:
120120
- data-source: sample-labels
121121
module: junit-xml

app/jsm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ modules:
167167
httpsampler.ignore_failed_embedded_resources: "true"
168168
selenium:
169169
chromedriver:
170-
version: "135.0.7049.95" # Supports Chrome version 135. You can refer to https://googlechromelabs.github.io/chrome-for-testing
170+
version: "135.0.7049.97" # Supports Chrome version 135. You can refer to https://googlechromelabs.github.io/chrome-for-testing
171171
reporting:
172172
- data-source: sample-labels
173173
module: junit-xml

0 commit comments

Comments
 (0)