Skip to content

Commit

Permalink
feat(signpost): signpost title enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas Padidapelli committed Dec 5, 2024
1 parent dda44de commit 227428c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/stories/signpost/signpost.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,7 @@ export const OpenedLongContent = {

export const SignpostWithTitle: StoryObj = {
render: SignpostTitleTemplate,
play({ canvasElement }) {
canvasElement.querySelector('button').click();
},
};

0 comments on commit 227428c

Please sign in to comment.