Skip to content

Commit d760812

Browse files
authored
test(ui5-side-navigation): skip flaky 'tests selecting items in overflow menu' (#13637)
The test fails intermittently on CI with: AssertionError: Timed out retrying after 4000ms: expected '<ui5-side-navigation-item#...sn-overflow-item.ui5-sn-item-overflow>' to be 'focused' Skipping to unblock CI; tracked separately.
1 parent 8fa41a7 commit d760812

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/fiori/cypress/specs/SideNavigation.cy.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,8 @@ describe("Side Navigation interaction", () => {
991991
cy.get("@selectionChangeHandler").should("have.been.calledOnce");
992992
});
993993

994-
it("tests selecting items in overflow menu", () => {
994+
// Skipped: flaky on CI — blocks merges. Tracked separately.
995+
it.skip("tests selecting items in overflow menu", () => {
995996
cy.mount(
996997
<SideNavigation style="height: 200px" id="sideNav" collapsed={true}>
997998
<SideNavigationItem icon={home} text="Home"></SideNavigationItem>

0 commit comments

Comments
 (0)