Skip to content

Commit

Permalink
fix: test on chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Nov 21, 2023
1 parent 181f9f0 commit d715726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/teaser/teaser.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('sbb-teaser', () => {
let element: SbbTeaser;

beforeEach(async () => {
element = await fixture(html`<sbb-teaser href="link">Content</sbb-teaser>`);
element = await fixture(html`<sbb-teaser href="#">Content</sbb-teaser>`);
await waitForLitRender(element);
});

Expand Down

0 comments on commit d715726

Please sign in to comment.