Skip to content

Commit

Permalink
fix: remove image loading await for no image case
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Jun 25, 2024
1 parent 8ec7210 commit 598a0e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/elements/message/message.visual.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ describe(`sbb-message`, () => {
></sbb-secondary-button>
</sbb-message>
`);

await waitForImageReady(setup.snapshotElement.querySelector('sbb-image')!);
}),
);

Expand Down

0 comments on commit 598a0e0

Please sign in to comment.