-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPPELIN-1009] Trying to Fix selenium modal error #1015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Two CI failures here
logs AFAIK never seen before (might be related to #1009)
|
|
@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? |
|
Only both errors about delete button are there after running the CI again |
|
No problem running the test locally |
|
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, |
|
@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:
|
|
@corneadoug sounds good! Screenshot is in the logs in base64. |
|
@bzz Do you know in which case it takes a screenshot? However, the log place the error at line 166 |
|
To take screenshot manually, Insert following line where you want, try { handleException("ANY MSG", new RuntimeException();} catch (Exception e) {};I was working on #1034, it does not fix all the selenium error, but it fixes all errors on |
|
@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: