voidmatcha commented on PR #5315: URL: https://github.com/apache/zeppelin/pull/5315#issuecomment-5011698768
Ran the full keyboard-shortcut suite 10x across all browser projects (retries=0), all green: https://github.com/voidmatcha/zeppelin/actions/runs/29631108745 Shortcuts are still driven by real key events; only the fixture text is seeded through the notebook REST API (the same way notebooks are already created). Typing directly into Monaco let Firefox's autocomplete corrupt the seeded text, so this also removes the previous per-browser branching and unifies seeding into one path. Real typing itself is still exercised by the cursor-move, tab-indentation, and autocomplete tests. Content assertions read persisted server state to avoid Monaco's non-deterministic whitespace rendering. -- 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]
