Skip to content

Commit

Permalink
Try using exact selenium version
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Oct 16, 2023
1 parent 7f0f0e5 commit 0c39113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/docker-compose.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,10 @@ const config = {
],
},
chrome: {
image: `${
image:
arch === "arm64"
? "seleniarm/standalone-chromium"
: "selenium/standalone-chrome"
}:116.0-chromedriver-116.0-grid-4.10.0-20230828`,
? "seleniarm/standalone-chromium:116.0-chromedriver-116.0-grid-4.10.0-20230828"
: "selenium/standalone-chrome:116.0-chromedriver-116.0-grid-4.12.1-20230912",
healthcheck: {
test: [
"CMD",
Expand Down
1 change: 1 addition & 0 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<description>E2E testing project for Training Log Pro</description>
<properties>
<java.version>17</java.version>
<selenium.version>4.10.0</selenium.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 0c39113

Please sign in to comment.