Skip to content

Commit e9cee29

Browse files
committed
Merge branch 'dev' into issue/DAPT-26-add-user-interaction-to-resolve-browser-metric
2 parents e036667 + ab8a1ce commit e9cee29

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: "142.0.7444.175" # Supports Chrome version 142. You can refer to https://googlechromelabs.github.io/chrome-for-testing
126+
version: "143.0.7499.40" # Supports Chrome version 143. 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: "142.0.7444.175" # Supports Chrome version 142. You can refer to https://googlechromelabs.github.io/chrome-for-testing
92+
version: "143.0.7499.40" # Supports Chrome version 143. 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: "142.0.7444.175" # Supports Chrome version 142. You can refer to https://googlechromelabs.github.io/chrome-for-testing
119+
version: "143.0.7499.40" # Supports Chrome version 143. 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: "142.0.7444.175" # Supports Chrome version 142. You can refer to https://googlechromelabs.github.io/chrome-for-testing
120+
version: "143.0.7499.40" # Supports Chrome version 143. 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: "142.0.7444.175" # Supports Chrome version 142. You can refer to https://googlechromelabs.github.io/chrome-for-testing
171+
version: "143.0.7499.40" # Supports Chrome version 143. 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)