Skip to content

Commit 7127372

Browse files
feat(ui5-toolbar): failing tests fixed
1 parent 8b69cba commit 7127372

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/cypress/specs/ToolbarItem.cy.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,8 @@ describe("Toolbar Item Closing Events - closeOverflowSet functionality", () => {
431431
// Toggle the switch (fires 'change' event)
432432
cy.get("[ui5-toolbar-item]")
433433
.find("[ui5-switch]")
434+
.shadow()
435+
.find(".ui5-switch-root")
434436
.realClick();
435437

436438
// Verify popover is closed

0 commit comments

Comments
 (0)