Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dauriamarco committed Mar 16, 2024
1 parent 9df4fba commit b6abbef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/stepper/stepper/stepper.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ describe('sbb-stepper', () => {

it('renders', async () => {
const root = await fixture(html`<sbb-stepper></sbb-stepper>`);
expect(root).dom.to.be.equal(`<sbb-stepper orientation="horizontal"></sbb-stepper>`);
expect(root).dom.to.be.equal(
`<sbb-stepper orientation="horizontal" data-disable-animation></sbb-stepper>`,
);
await expect(root).shadowDom.to.be.equalSnapshot();
});
testA11yTreeSnapshot();
Expand Down

0 comments on commit b6abbef

Please sign in to comment.