Add test helpers to augment Publication Menu integration tests when GUI window not active - #9448
Open
michaelchadwick wants to merge 5 commits into
Conversation
✅ Deploy Preview for ilios-frontend ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
michaelchadwick
marked this pull request as draft
August 4, 2026 15:44
Contributor
✅ Visual Diff Report — PASSED984 images compared: 984 identical Download the results. |
Contributor
Author
|
NTS: Fix newly-broken tests, and also make sure the tests don't always pass (when code is written that should break them). |
michaelchadwick
force-pushed
the
frontend-7043-pub-menu-dropdown-unfocus-test-fix
branch
from
August 4, 2026 22:39
0e0682b to
ddeb20f
Compare
…dow is not active
michaelchadwick
force-pushed
the
frontend-7043-pub-menu-dropdown-unfocus-test-fix
branch
from
August 7, 2026 20:08
ddeb20f to
5726e5c
Compare
…ould not, uh, trigger
michaelchadwick
force-pushed
the
frontend-7043-pub-menu-dropdown-unfocus-test-fix
branch
from
August 7, 2026 20:21
5726e5c to
5fa773e
Compare
michaelchadwick
marked this pull request as ready for review
August 7, 2026 20:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes ilios/ilios#7043
Needed Claude to finally figure out how to fix this annoying issue (at least to me) when running Course/Session Publication Menu integration GUI tests. If the window/tab is not active, then navigating the dropdown menu and getting the correctly focused text does not work. These new test helpers are smarter about it and work even when the window is not active.