diff --git a/apps/browser/src/platform/popup/layout/popup-layout.stories.ts b/apps/browser/src/platform/popup/layout/popup-layout.stories.ts index 43693ca223b..79412e6bce8 100644 --- a/apps/browser/src/platform/popup/layout/popup-layout.stories.ts +++ b/apps/browser/src/platform/popup/layout/popup-layout.stories.ts @@ -302,10 +302,6 @@ export default { title: "Browser/Popup Layout", component: PopupPageComponent, parameters: { - chromatic: { - // Disable tests while we troubleshoot their flaky-ness - disableSnapshot: true, - }, design: { type: "figma", url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=16329-38889&t=k6OTDDPZOTtypRqo-11", diff --git a/libs/components/src/stories/kitchen-sink/kitchen-sink.stories.ts b/libs/components/src/stories/kitchen-sink/kitchen-sink.stories.ts index af3b082d1c6..9adf1c53663 100644 --- a/libs/components/src/stories/kitchen-sink/kitchen-sink.stories.ts +++ b/libs/components/src/stories/kitchen-sink/kitchen-sink.stories.ts @@ -186,10 +186,4 @@ export const VirtualScrollBlockingDialog: Story = { await userEvent.click(dialogButton); }, - parameters: { - chromatic: { - // TODO CL-524 fix flaky story (number of virtual scroll rows is inconsistent) - disableSnapshot: true, - }, - }, };