Uh oh!
There was an error while loading. Please reload this page.
[ZEPPPELIN-1009] Trying to Fix selenium modal error - #1015
Conversation
Two CI failures here
logs AFAIK never seen before (might be related to #1009)
|
bzz
commented
Jun 15, 2016
@corneadoug as a first step, how about re-open the PR to trigger CI and see, which ones are reproducible by posting same report for new CI build results? |
corneadoug
commented
Jun 15, 2016
Only both errors about delete button are there after running the CI again |
corneadoug
commented
Jun 15, 2016
No problem running the test locally |
bzz
commented
Jun 16, 2016
ParagraphActionsIT.testRemoveButton when the browser gets trapped in this state, as one can see - there is indeed no modal dialog on the screen So may be its previous line, |
corneadoug
commented
Jun 17, 2016
@bzz where did you get the screenshot from? The modal is supposed to show, I modified the test in this PR to have a check on that, and current scenario looks like this:
|
bzz
commented
Jun 17, 2016
@corneadoug sounds good! Screenshot is in the logs in base64. |
corneadoug
commented
Jun 17, 2016
@bzz Do you know in which case it takes a screenshot? However, the log place the error at line 166 |
Leemoonsoo
commented
Jun 19, 2016
To take screenshot manually, Insert following line where you want, try { handleException("ANY MSG", newRuntimeException();} catch (Exceptione) {};I was working on #1034, it does not fix all the selenium error, but it fixes all errors on |
corneadoug
commented
Jun 20, 2016
@Leemoonsoo Yes we will go with your PR, so I will close this one |

What is this PR for?
This is to check Selenium test failing on Master and #979
What type of PR is it?
Flacky test fix
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1009
Questions: