tbonelee opened a new pull request, #5160:
URL: https://github.com/apache/zeppelin/pull/5160

   ### What is this PR for?
   
   Selenium-based integration tests have been failing recently. 
   
   There were several issues:
   
   - The Chrome/Edge driver had a bug related to calling window.maximize(). 
Since a fixed window size is sufficient for our tests, I replaced it with a 
method that sets a fixed window size instead.
   - The element wait logic was not properly separated by intent, which caused 
unintended test failures. I refactored the wait methods to distinguish between 
presence, visibility, and clickability.
   - Browser built-in features such as the password manager could trigger alert 
dialogs that block test execution, so these have been disabled.
   
   Previously, we switched to EdgeDriver (also Chromium-based) to work around 
the window.maximize() bug, but the same issue occurred. Therefore, I reverted 
back to ChromeDriver.
   
   ### What type of PR is it?
   Bug Fix
   
   ### What is the Jira issue?
   
   https://issues.apache.org/jira/browse/ZEPPELIN-6398
   
   ### How should this be tested?
   - Check `test-selenium-with-spark-module-for-spark-3-5` job
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to