Skip to content

Commit b9378d1

Browse files
committed
yet again
1 parent 063f394 commit b9378d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/modules/dashboard/Navbar/UserDropdown/UserDropdown.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { Meta, StoryObj } from "@storybook/react";
22
import { expect, screen, userEvent, within, waitFor } from "@storybook/test";
33
import { MockBuildInfo, MockUser } from "testHelpers/entities";
44
import { UserDropdown } from "./UserDropdown";
5+
import { withDashboardProvider } from "testHelpers/storybook";
56

67
const meta: Meta<typeof UserDropdown> = {
78
title: "modules/dashboard/UserDropdown",
@@ -16,6 +17,7 @@ const meta: Meta<typeof UserDropdown> = {
1617
{ icon: "/icon/aws.svg", name: "Amazon Web Services", target: "" },
1718
],
1819
},
20+
decorators: [withDashboardProvider],
1921
};
2022

2123
export default meta;

0 commit comments

Comments
 (0)