Skip to content

Commit bb93325

Browse files
committed
remove play key
1 parent a656cb8 commit bb93325

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

site/src/components/OrganizationAutocomplete/OrganizationAutocomplete.stories.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,4 @@ export const OneOrg: Story = {
5353
},
5454
],
5555
},
56-
play: async ({ canvasElement }) => {
57-
const canvas = within(canvasElement);
58-
const button = canvas.getByRole("button");
59-
await userEvent.click(button);
60-
},
6156
};

0 commit comments

Comments
 (0)