Shawn McKinney created FC-179:
---------------------------------
Summary: [ fortress-web ] Firefox 48 broke Selenium tests
Key: FC-179
URL: https://issues.apache.org/jira/browse/FC-179
Project: FORTRESS
Issue Type: Bug
Affects Versions: 1.0.1
Reporter: Shawn McKinney
Assignee: Shawn McKinney
Fix For: 1.0.2
Upgrading to firefox v48 broke the selenium tests. This requires upgrading to
use selenum v3 along with using WebDriverManager to automatically download
latest driver to machine.
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>1.4.9</version>
<scope>test</scope>
</dependency>
more info here:
https://github.com/bonigarcia/webdrivermanager
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)