Skip to content

Commit

Permalink
chore: adjust edge case for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgogov committed Jan 17, 2024
1 parent d1d14a7 commit 2190c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/test/pages/Breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Breadcrumbs with overflowing links</h2>
<ui5-breadcrumbs-item href="#">Link4</ui5-breadcrumbs-item>
<ui5-breadcrumbs-item href="#">Link5</ui5-breadcrumbs-item>
<ui5-breadcrumbs-item href="#">Link6</ui5-breadcrumbs-item>
<ui5-breadcrumbs-item id="item7" href="#">aa</ui5-breadcrumbs-item>
<ui5-breadcrumbs-item id="item7" href="#">aaaa</ui5-breadcrumbs-item>
<ui5-breadcrumbs-item>Location</ui5-breadcrumbs-item>
</ui5-breadcrumbs>
</div>
Expand Down

0 comments on commit 2190c2a

Please sign in to comment.