We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9239e commit e47296cCopy full SHA for e47296c
site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.stories.tsx
@@ -1,5 +1,7 @@
1
import { action } from "@storybook/addon-actions";
2
import type { Meta, StoryObj } from "@storybook/react";
3
+import { within } from "@testing-library/react";
4
+import userEvent from "@testing-library/user-event";
5
import { chromatic } from "testHelpers/chromatic";
6
import {
7
MockTemplate,
@@ -10,8 +12,6 @@ import {
10
12
mockApiError,
11
13
} from "testHelpers/entities";
14
import { CreateWorkspacePageView } from "./CreateWorkspacePageView";
-import { within } from "@testing-library/react";
-import userEvent from "@testing-library/user-event";
15
16
const meta: Meta<typeof CreateWorkspacePageView> = {
17
title: "pages/CreateWorkspacePage",
0 commit comments