Test: Guaranteed working baseline be2a698ffb for popover positioning #36913
+111
−0
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.
Description
This PR tests the guaranteed working baseline to confirm popover positioning works correctly.
Testing from commit
be2a698ffb
("release: Bump main version to 13.6.0") which is the commit directly after 13.5.0 was cut from main. This should be a guaranteed working baseline since 13.5.0 CI builds definitively have working popovers.Expected Result: Popovers should position correctly in GitHub Actions builds.
Purpose:
If this works as expected, we can use this as the "good" commit for
git bisect
between here and current main to find the exact breaking commit.Changelog
CHANGELOG entry: null
Related issues
Testing baseline for popover positioning issue affecting ALL popover components in main branch CI builds.
Manual testing steps
Expected Result: All popovers should position correctly since this is the guaranteed working 13.6.0 baseline.
Screenshots/Recordings
Expected Result
Popovers should correctly anchor to their reference elements in GitHub Actions builds, matching the behavior seen in 13.5.0 builds.
Technical Notes
be2a698ffb
- Release bump to 13.6.0 (directly after 13.5.0)Pre-merge author checklist
Pre-merge reviewer checklist