Skip to content

Commit 2806752

Browse files
authored
chore: add light mode snapshot to chromatic for WorkspaceBuildPageView (#13449)
1 parent e4ac691 commit 2806752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/pages/WorkspaceBuildPage/WorkspaceBuildPageView.stories.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { Meta, StoryObj } from "@storybook/react";
2+
import { chromatic } from "testHelpers/chromatic";
23
import {
34
MockFailedWorkspaceBuild,
45
MockWorkspaceBuild,
@@ -14,6 +15,7 @@ const defaultBuilds = Array.from({ length: 15 }, (_, i) => ({
1415

1516
const meta: Meta<typeof WorkspaceBuildPageView> = {
1617
title: "pages/WorkspaceBuildPage",
18+
parameters: { chromatic },
1719
component: WorkspaceBuildPageView,
1820
args: {
1921
build: MockWorkspaceBuild,

0 commit comments

Comments
 (0)