Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new selenium test case for create new paragraph button
### What is this PR for? Add a new test case for testing the create new button. Create new button is for creating new paragraph within notebook ### What type of PR is it? Test ### Is there a relevant Jira issue? NA ### How should this be tested? On OSX, you'll need firefox 42.0 installed, then you can run with PATH=~/Applications/Firefox.app/Contents/MacOS/:$PATH CI="" \ mvn -Dtest=org.apache.zeppelin.ParagraphActionsIT -Denforcer.skip=true \ test -pl zeppelin-server ### Questions: * Does the licenses files need update?NO * Is there breaking changes for older versions?NO * Does this needs documentation?NO Author: Ravi Ranjan <[email protected]> Closes apache#688 from ravicodder/testCreateNewButton and squashes the following commits: 7d5bc65 [Ravi Ranjan] Add LOG.error message in catch statement ce25396 [Ravi Ranjan] Add LOG.error in catch statement 0247d3f [Ravi Ranjan] Modified test case to test create new paragraph using '+' sign between paragraph 2fbf220 [Ravi Ranjan] modified Debug message and in checkthat value of pargarphs used instead of <true> or <false> 9b1d777 [Ravi Ranjan] Add new selenium test case for create new paragraph button
- Loading branch information