Skip to content

test(ui5-side-navigation): re-enable and stabilize overflow menu test#13654

Open
GerganaKremenska wants to merge 2 commits into
mainfrom
test_sideNav
Open

test(ui5-side-navigation): re-enable and stabilize overflow menu test#13654
GerganaKremenska wants to merge 2 commits into
mainfrom
test_sideNav

Conversation

@GerganaKremenska
Copy link
Copy Markdown
Contributor

@GerganaKremenska GerganaKremenska commented Jun 5, 2026

FIXES: #13638

Replaces unreliable visibility checks with ui5MenuOpened/ui5MenuClosed
commands, which wait for the popover transitions and focus restoration
to complete before asserting. The previous use of `should("be.visible")`
and `should("not.be.visible")` raced with the popover open/close
animations, causing intermittent failures of the focus assertion on CI.

Reverts the .skip added in #13637.
@GerganaKremenska GerganaKremenska requested a review from a team June 5, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky test: 'tests selecting items in overflow menu' (SideNavigation.cy.tsx)

1 participant