Fix stories

This commit is contained in:
Valentin Palkovic 2025-03-12 20:39:21 +01:00
parent 8708aa6494
commit 4c73968f8a

View File

@ -24,7 +24,7 @@ export const Validation = {
};
export const Type = {
play: async ({ canvasElement }) => {
play: async ({ canvasElement, userEvent }) => {
const canvas = within(canvasElement);
await userEvent.type(canvas.getByTestId('value'), 'foobar');
},