GitHub user ravicodder opened a pull request: https://github.com/apache/incubator-zeppelin/pull/690
Add selenium test case to test hide and show line number button of paragraph What is this PR for? Add a new test case for testing the show line number and hide line number button. These buttons are used to show line number in paragraph 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 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ravicodder/incubator-zeppelin testHideAndShowLineNumber Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/690.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 #690 ---- commit f326fd2416ed279466082c0864481ca89e7a6701 Author: Ravi Ranjan <ranjanravi0...@gmail.com> Date: 2016-02-03T14:52:48Z Add new selenium test case to test hide and show line number button commit 700bac8a0d6c6f7bb0872df49d8d65b91a742740 Author: Ravi Ranjan <ranjanravi0...@gmail.com> Date: 2016-02-04T06:12:38Z Add new selenium test case to test show line number and Hide line number button ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---