voidmatcha opened a new pull request, #5304: URL: https://github.com/apache/zeppelin/pull/5304
### What is this PR for? This PR stabilizes the notebook keyboard-shortcut e2e suite by changing how fixture content is seeded into the Monaco editor. The previous Firefox setup path could trigger Monaco autocomplete while preparing editor content before shortcut assertions ran. The helper now seeds fixture text without exercising shortcut key events, while keeping the shortcut assertions themselves event-driven. This also re-enables the clone-content shortcut coverage because the underlying clone-content issue is fixed on master. Keeping the test skipped would leave that shortcut path without regression coverage. ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-6536 ### How should this be tested? ### Screenshots (if appropriate) N/A ### 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]
