Skip to content

Commit

Permalink
test: fix card test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Feb 16, 2024
1 parent 096cc8a commit fc4eeb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('d-credential-card', () => {
html: `<d-credential-card></d-credential-card>`,
});
expect(page.root).toEqualHtml(`
<d-credential-card>
<d-credential-card style="background-image: url(/assets/rect-dark.png);">
<mock:shadow-root>
<div class="between">
<div class="info">
Expand Down

0 comments on commit fc4eeb6

Please sign in to comment.