We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686257c commit 15d6819Copy full SHA for 15d6819
packages/lib/src/layout/ApplicationLayout.stories.tsx
@@ -180,6 +180,12 @@ const Tooltip = () => (
180
);
181
182
export const ApplicationLayoutTooltip = Tooltip.bind({});
183
+ApplicationLayoutTooltip.parameters = {
184
+ viewport: {
185
+ defaultViewport: "pixel",
186
+ },
187
+ chromatic: { viewports: [540] },
188
+};
189
ApplicationLayoutTooltip.play = async ({ canvasElement }) => {
190
const canvas = within(canvasElement);
191
const toggleVisibility = await canvas.findByRole("button");
0 commit comments