Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Discovered Selenium test problems while Reviewing 979, logs here
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