Skip to content

Commit

Permalink
Use versioned image for standalone-chrome in Selenium tests
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
  • Loading branch information
jnioche committed Dec 7, 2023
1 parent c3ae8c7 commit 6869b5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class ProtocolTest extends AbstractProtocolTest {
private static final Logger LOG = LoggerFactory.getLogger(ProtocolTest.class);

private static final DockerImageName SELENIUM_IMAGE =
DockerImageName.parse("selenium/standalone-chrome");
DockerImageName.parse("selenium/standalone-chrome:120.0");

@Rule
public BrowserWebDriverContainer<?> chrome =
Expand Down

0 comments on commit 6869b5a

Please sign in to comment.