Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Storybook to v8.0.8 #840

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Upgrade Storybook to v8.0.8 #840

merged 1 commit into from
Apr 19, 2024

Conversation

veej
Copy link
Member

@veej veej commented Apr 19, 2024

No description provided.

Comment on lines +48 to +58
export const NonDefaultType = {
args: {
value: "[email protected]",
type: "email",
},
play: async ({ canvasElement }) => {
const canvas = within(canvasElement);
const textField = canvas.getByRole("textbox");
await expect(textField).toHaveAttribute("type", "email");
},
} satisfies Story;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took it from your PR here

@veej veej merged commit 52cd4af into main Apr 19, 2024
1 of 6 checks passed
@veej veej deleted the update_storybook branch April 19, 2024 14:05
@gabro gabro added the chore label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants