aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>2020-10-13 14:02:23 +0300
committerGitHub <noreply@github.com>2020-10-13 14:02:23 +0300
commit4152a3c51642b16ab3f3140072476008d244eec5 (patch)
tree83e84022c23036a2dc9210d9193be3f8568a0cf8 /test
parent05f7734b868ea41b0a2047dec304945f515c1c2f (diff)
downloadvaadin-framework-4152a3c51642b16ab3f3140072476008d244eec5.tar.gz
vaadin-framework-4152a3c51642b16ab3f3140072476008d244eec5.zip
Revert the selenium version update (#12112)
Diffstat (limited to 'test')
-rw-r--r--test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pom.xml b/test/pom.xml
index 06c8ba8c55..b1ff614a19 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.boot.version>1.5.9.RELEASE</spring.boot.version>
- <selenium.version>3.141.59</selenium.version>
+ <selenium.version>3.14.0</selenium.version>
<!-- Don't care about coding style for tests -->
<sonar.skip>true</sonar.skip>