Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dauriamarco committed Apr 18, 2024
1 parent 024bd87 commit d5bf592
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/components/stepper/step/__snapshots__/step.spec.snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
export const snapshots = {};

snapshots["sbb-step renders - Dom"] =
`<sbb-step id="sbb-step-0" role="tabpanel" slot="step">
`<sbb-step
id="sbb-step-0"
role="tabpanel"
slot="step"
>
Step content
</sbb-step>
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ snapshots["sbb-stepper renders - Dom"] =
data-disable-animation=""
orientation="horizontal"
selected-index="0"
style="--sbb-stepper-marker-size: 188px;"
style="--sbb-stepper-marker-size: 187px;"
>
<sbb-step-label
aria-controls="sbb-step-0"
Expand Down

0 comments on commit d5bf592

Please sign in to comment.