Github user guicaro commented on the issue:
https://github.com/apache/zeppelin/pull/2141
@AhyoungRyu I'm currently looking at why testMultipleDynamicFormsSameType
is failing. It now fails after I rebased from master. It's the test case that
includes two select forms in one single paragraph. Basically the select foms
are not showing up in GUI. I tested this with new version of Chrome (Version
56.0.2924.87 (64-bit)) to see if this might be an issue with the old Firefox
version we use for Selenium, but also happens in Chrome. Here is the pic:

You can reproduce by entering the following string into a paragraph and
then running (this used to work before I rebased).
`%spark val options = Seq(("han","Han"), ("leia","Leia"), ("luke","Luke"));
println("Greetings "+z.checkbox("skywalkers", options).mkString(" and "))`
---
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 [email protected] or file a JIRA ticket
with INFRA.
---