Skip to content

Commit 2e8b05f

Browse files
committed
fix test
1 parent fbf1f78 commit 2e8b05f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/src/modules/resources/AgentRow.stories.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,5 @@ export const GroupApp: Story = {
289289
play: async ({ canvasElement }) => {
290290
const canvas = within(canvasElement);
291291
await userEvent.click(canvas.getByText("group"));
292-
293-
await waitFor(() => expect(screen.getByRole("dialog")).toBeInTheDocument());
294292
},
295293
};

0 commit comments

Comments
 (0)