Github user bzz commented on the issue:

    https://github.com/apache/zeppelin/pull/1091
  
    @prabhjyotsingh thank you for fixing this one!
    
    What do you think, if would it make sense to reduce total wait time and get 
this test more stable with a wait polling implementation to locate such 
elements, instead of explicit wait everywhere?
    
    I.e there are already one for text and paragraph here 
[AbstractZeppelinIT.waitForText]( 
https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/test/java/org/apache/zeppelin/AbstractZeppelinIT.java#L99)
 wich uses 
[AbstractZeppelinIT.pollingWait](https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/test/java/org/apache/zeppelin/AbstractZeppelinIT.java#L108)
 underneath.
    
    Would it make sense to add something like 
`AbstractZeppelinIT.waitAndClick()`?


---
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.
---

Reply via email to