Skip to content

Commit

Permalink
fix: added types
Browse files Browse the repository at this point in the history
  • Loading branch information
sumantaparida committed May 29, 2023
1 parent 6b8318c commit b35ddc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/Main.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const MainWithString = {
} satisfies Story;

// More on interaction testing: https://storybook.js.org/docs/7.0/react/writing-tests/interaction-testing
export const MainWithHomeLink = {
export const MainWithHomeLink: Story = {
play: async ({ canvasElement }) => {
const canvas = within(canvasElement);
const loginButton = await canvas.getByRole('link', {
Expand Down

0 comments on commit b35ddc9

Please sign in to comment.