Skip to content

Commit

Permalink
chore: adjust changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Sep 27, 2023
1 parent f2779a0 commit 522bb96
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .changeset/afraid-elephants-grow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
'@baloise/design-system-components': minor
---

add new component bal-nav-menu-bar
Introducing the new and optimized `bal-nav` component. Designed for enhanced SEO and performance,
it will replace the `bar-navigation` component in the upcoming breaking version release.
5 changes: 0 additions & 5 deletions .changeset/funny-grapes-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-olives-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-dancers-guess.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/two-badgers-scream.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@baloise/design-system-components': patch
---

adjust disabled look of small controls of the pagination
Refine the appearance of disabled small controls on the pagination.
12 changes: 6 additions & 6 deletions test/cypress/e2e/visual/bal-nav-menu-bar.visual.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ describe('bal-nav-menu-bar', () => {
)

it('basic component', () => {
cy.platform('fullhd').waitAfterIdleCallback()
cy.platform('fullhd').wait(32)
cy.compareSnapshot('menu-bar-fullhd')

cy.platform('highDefinition').waitAfterIdleCallback()
cy.platform('highDefinition').wait(32)
cy.compareSnapshot('menu-bar-highDefinition')

cy.platform('widescreen').waitAfterIdleCallback()
cy.platform('widescreen').wait(32)
cy.compareSnapshot('menu-bar-widescreen')

cy.platform('desktop').waitAfterIdleCallback()
cy.platform('desktop').wait(32)
cy.compareSnapshot('menu-bar-desktop')

cy.platform('tablet').waitAfterIdleCallback()
cy.platform('tablet').wait(32)
cy.compareSnapshot('menu-bar-tablet')

cy.platform('mobile').waitAfterIdleCallback()
cy.platform('mobile').wait(32)
cy.compareSnapshot('menu-bar-mobile')
})
})
Expand Down

0 comments on commit 522bb96

Please sign in to comment.