Skip to content

Commit

Permalink
fix: test firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Oct 12, 2023
1 parent be399ca commit c06acf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sbb-breadcrumb/sbb-breadcrumb.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('sbb-breadcrumb', () => {
let element: SbbBreadcrumb;

beforeEach(async () => {
await fixture(html`<sbb-breadcrumb id="focus-id" href="/">Test</sbb-breadcrumb>`);
await fixture(html`<sbb-breadcrumb id="focus-id" href="#">Test</sbb-breadcrumb>`);
element = document.querySelector('sbb-breadcrumb');
});

Expand Down

0 comments on commit c06acf5

Please sign in to comment.