CORNEAU Damien created ZEPPELIN-1009:
----------------------------------------
Summary: Flaky test - Selenium Errors
Key: ZEPPELIN-1009
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1009
Project: Zeppelin
Issue Type: Bug
Reporter: CORNEAU Damien
Discovered Selenium test problems while Reviewing
https://github.com/apache/zeppelin/pull/979
Errors on the modal OK button selector
```
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 162.898 sec <<<
FAILURE! - in org.apache.zeppelin.integration.ParagraphActionsIT
testRemoveButton(org.apache.zeppelin.integration.ParagraphActionsIT) Time
elapsed: 36.193 sec <<< ERROR!
org.openqa.selenium.NoSuchElementException: Unable to locate element:
{"method":"xpath","selector":"//div[@class='modal-dialog'][contains(.,'delete
this paragraph')]//div[@class='modal-footer']//button[contains(.,'OK')]"}
```
```
ParagraphActionsIT.testRemoveButton:153
ParagraphActionsIT.testCreateNewButton:86
```
Tests failing on CI, but Sucess on local
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)