Skip to content

Commit

Permalink
chore: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Sep 12, 2024
1 parent b1fc17e commit c78669d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/header/header/header.visual.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe(`sbb-header`, () => {
setup.snapshotElement.querySelector<HTMLAnchorElement>(`a[slot='logo']`)!.focus();
// We focus the logo and then tab left and right again to activate the focus visible state on the link
await sendKeys({ press: `Shift+${tabKey}` });
await sendKeys({ press: `${tabKey}` });
await sendKeys({ press: tabKey });
}),
);
});
Expand Down

0 comments on commit c78669d

Please sign in to comment.