How do I create a Story for a React component that wraps HTML in Storybook?
I’m new to React and have been trying to Google a solution to this for hours – I probably just don’t know the right terminology.
Storybook interaction tests that update the dom
I have a react component that opens a popover on the click of a button.
I am testing the interaction using storybook.