GitHub user guicaro opened a pull request: https://github.com/apache/zeppelin/pull/2141
[ZEPPELIN-1720] Adding tests to verify behaviour of dynamic forms ### What is this PR for? Adding Selenium tests to ensure proper behaviour of dynamic forms. ### What type of PR is it? Test ### Todos N/A ### What is the Jira issue? [ZEPPELIN-1720](https://issues.apache.org/jira/browse/ZEPPELIN-1720) ### How should this be tested? 1. Once should first get Firefox v. 41 as it is the latest version that works with the current version of Selenium in Apache Zeppelin. 2. You can then run the tests with following command: `TEST_SELENIUM="true" mvn package -DfailIfNoTests=false -pl 'zeppelin-interpreter,zeppelin-zengine,zeppelin-server' -Dtest=ParagraphActionsIT ` ### Screenshots (if appropriate) N/A ### 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/guicaro/zeppelin ZEPPELIN-1720-AddingTestsForDynamicForms Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2141.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 #2141 ---- commit 17ca94208f5b4553e3cc2a93682b6baa0f626457 Author: Guillermo Cabrera <guic...@gmail.com> Date: 2017-03-13T16:27:22Z Added method stubbs for new UI tests checking correct behaviour of dynamic forms commit e6bcd78edf9197b13c0ec12e7e03712d895bc4c9 Author: Guillermo Cabrera <guic...@gmail.com> Date: 2017-03-14T12:50:01Z Completed and verified corrct behaviour of testSingleDynamicFormTextInput commit 5507be53894622329208cac8511103f2031fc6a8 Author: Guillermo Cabrera <guic...@gmail.com> Date: 2017-03-14T16:50:26Z Added tests that cover behaviour of dynamic forms commit ce0823db0d3189569131208ab16a0ff8751d0762 Author: Guillermo Cabrera <guic...@gmail.com> Date: 2017-03-15T15:23:57Z Removed unused import, alignment and removed unnecesary condition in test case ---- --- 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. ---