chore(site): fix storybook test (#12245)

This commit is contained in:
Bruno Quaresma
2024-02-21 11:17:18 -03:00
committed by GitHub
parent ebe05820c9
commit cc4cefbbee
@@ -6,10 +6,12 @@ import {
MockWorkspace,
MockWorkspaceAgent,
} from "testHelpers/entities";
import { withDashboardProvider } from "testHelpers/storybook";
const meta: Meta<typeof PortForwardButton> = {
title: "modules/resources/PortForwardButton",
component: PortForwardButton,
decorators: [withDashboardProvider],
args: {
agent: MockWorkspaceAgent,
},