Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into sidenav_text_on_hover
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorTaushanov committed Jan 18, 2024
2 parents a738557 + 2644de1 commit 25346e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fiori/test/specs/SideNavigation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,11 @@ describe("Component Behavior", () => {


// Act: apply new height
await browser.setWindowSize(500, 350);
await browser.setWindowSize(500, 450);

// Check
const overflowItem = await sideNavigationTree.shadow$(".ui5-sn-item-overflow");
await overflowItem.waitForDisplayed();
assert.ok(await overflowItem.isDisplayed(), "Overflow button should be available");

// Act: apply new height
Expand Down

0 comments on commit 25346e1

Please sign in to comment.