Skip to content

Commit d48ab96

Browse files
authored
trying to resolve Chromatic CI failures (#2350)
1 parent 8f7dbee commit d48ab96

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ AllStates.args = {
5353
].map((data) => spawn(workspaceItemMachine.withContext({ data }))),
5454
}
5555

56-
export const Outdated = Template.bind({})
57-
Outdated.args = {
58-
workspaceRefs: [createWorkspaceWithStatus("running", "stop", true)].map((data) =>
59-
spawn(workspaceItemMachine.withContext({ data })),
60-
),
61-
}
62-
6356
export const OwnerHasNoWorkspaces = Template.bind({})
6457
OwnerHasNoWorkspaces.args = {
6558
workspaceRefs: [],

0 commit comments

Comments
 (0)