Skip to content

Commit 6bb3bb4

Browse files
authored
Merge branch 'master' into restore-java17
2 parents 1339a89 + 0005e22 commit 6bb3bb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- SE_SCREEN_WIDTH=1680
1818
extra_hosts:
1919
- host.docker.internal:host-gateway
20-
image: selenium/standalone-firefox:4.39.0@sha256:c64dd43878cd6125ca026f4231cb4504e8aa9da29f549e3fc7d3ced72445b3e0
20+
image: selenium/standalone-firefox:4.40.0@sha256:e17f8bcb7479132f2225043e517802ddbf6909b51bb51c2bfe0074bfb2964ca7
2121
networks:
2222
- ath-network
2323
ports:

src/main/java/org/jenkinsci/test/acceptance/po/Node.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public String runScript(String script, int timeoutSeconds, Object... args) {
8282
visit("script");
8383
CodeMirror cm = new CodeMirror(this, "/script");
8484
cm.set(String.format(script, args));
85-
clickButton("Run");
85+
find(by.css("button[value='Run']")).click();
8686

8787
waitFor(by.xpath("//h2[contains(text(), 'Result')]"), timeoutSeconds);
8888

0 commit comments

Comments
 (0)