From e8e5dee56dcfaf90865cdfb8ab5048bd55fa8b0b Mon Sep 17 00:00:00 2001 From: Kira Pilot Date: Wed, 15 Jun 2022 16:01:53 +0000 Subject: [PATCH] trying to resolve Chromatic CI failures --- .../pages/WorkspacesPage/WorkspacesPageView.stories.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx b/site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx index f25a33518eb59..f65c17f23e3ec 100644 --- a/site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx +++ b/site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx @@ -53,13 +53,6 @@ AllStates.args = { ].map((data) => spawn(workspaceItemMachine.withContext({ data }))), } -export const Outdated = Template.bind({}) -Outdated.args = { - workspaceRefs: [createWorkspaceWithStatus("running", "stop", true)].map((data) => - spawn(workspaceItemMachine.withContext({ data })), - ), -} - export const OwnerHasNoWorkspaces = Template.bind({}) OwnerHasNoWorkspaces.args = { workspaceRefs: [],