Skip to content

Commit 5ac8845

Browse files
authored
Merge pull request #751 from SeleniumHQ/jsa34-patch-1
Upgrading to 3.13.0
2 parents a99447b + a5005cd commit 5ac8845

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ USER seluser
5656
#==========
5757
RUN sudo mkdir -p /opt/selenium \
5858
&& sudo chown seluser:seluser /opt/selenium \
59-
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.12/selenium-server-standalone-3.12.0.jar \
59+
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.13/selenium-server-standalone-3.13.0.jar \
6060
-O /opt/selenium/selenium-server-standalone.jar

NodeChrome/generate_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cat <<_EOF
1515
],
1616
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
1717
"maxSession": $NODE_MAX_SESSION,
18-
"host": $NODE_HOST,
18+
"host": "$NODE_HOST",
1919
"port": $NODE_PORT,
2020
"register": true,
2121
"registerCycle": $NODE_REGISTER_CYCLE,

NodeFirefox/generate_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cat <<_EOF
2323
],
2424
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
2525
"maxSession": $NODE_MAX_SESSION,
26-
"host": $NODE_HOST,
26+
"host": "$NODE_HOST",
2727
"port": $NODE_PORT,
2828
"register": true,
2929
"registerCycle": $NODE_REGISTER_CYCLE,

tests/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
cd tests
3-
pip install selenium===3.11.0 \
3+
pip install selenium===3.13.0 \
44
docker===3.1.1 \
55
| grep -v 'Requirement already satisfied'
66

0 commit comments

Comments
 (0)