Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCastigliano committed Jan 31, 2024
1 parent cb3a1d4 commit e535d4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/container/sticky-bar/sticky-bar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ describe('sbb-sticky-bar', () => {
it('renders', async () => {
const root = await fixture(html`<sbb-sticky-bar></sbb-sticky-bar>`);

expect(root).dom.to.be.equal(
`<sbb-sticky-bar slot="sticky-bar" data-disable-animation=""></sbb-sticky-bar>`,
);
expect(root).dom.to.be.equal(`<sbb-sticky-bar slot="sticky-bar"></sbb-sticky-bar>`);

expect(root).shadowDom.to.be.equal(`
<div class="sbb-sticky-bar">
Expand Down

0 comments on commit e535d4d

Please sign in to comment.