Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Avoid scrolling race with session menu
The `<TopNav>` has a hackish `handleClickOutside()` that reacts to any "blur" event anywhere on the menu. With the right timing (which happens with `TestKerberos.testNegotiate` on our CI), opening the session menu and scrolling a bit triggers a blur event, which closes the menu again. Avoid this by disabling the "scroll into view" part of the mouse click. We don't need it in this case, as we just scrolled the session menu opener itself in the previous step.
- Loading branch information