GitHub user Leemoonsoo opened a pull request:
https://github.com/apache/zeppelin/pull/2609
[ZEPPELIN-2975] Fix e2e CI test profile
### What is this PR for?
e2e CI test profile is failing after merge
https://github.com/apache/zeppelin/pull/2569.
There were [css class list change] for paragraph add button element.
That results e2e test unable to locate the button element.
### What type of PR is it?
Bug Fix
### Todos
* [x] - Fix
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2975
### How should this be tested?
CI green
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Leemoonsoo/zeppelin fix/ci_selenium
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2609.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2609
----
commit 55ed4041c9e88e570dbff917b0ffe2e3178bd6c5
Author: Lee moon soo <[email protected]>
Date: 2017-10-05T21:43:27Z
locate add paragraph button correctly after
https://github.com/apache/zeppelin/pull/2569
----
---