summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAnna Koskinen <Ansku@users.noreply.github.com>2021-09-09 13:24:19 +0300
committerGitHub <noreply@github.com>2021-09-09 13:24:19 +0300
commit17a091e66aa1df53821ee5673402aebf0c2c0ed7 (patch)
tree75f76ff8e70642d0d73d4b4de5c56a83a19953e6 /test
parent240dc9ef3875f5d0f87ca9285dedcf1c07f74d72 (diff)
downloadvaadin-framework-17a091e66aa1df53821ee5673402aebf0c2c0ed7.tar.gz
vaadin-framework-17a091e66aa1df53821ee5673402aebf0c2c0ed7.zip
Fix incompatible selenium version in test module. (#12397)
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 94b380b52c..d3ec21c01b 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.14.0</selenium.version>
+ <selenium.version>3.12.0</selenium.version>
<!-- Don't care about coding style for tests. -->
<sonar.skip>true</sonar.skip>