From 63baadb4a43fbc88872aca5ee668abc489b56084 Mon Sep 17 00:00:00 2001 From: Andrew Bain Date: Thu, 25 Jan 2024 11:04:36 +0000 Subject: [PATCH] chore(filterable-select): disable snapshot for storybook --- .../select/filterable-select/filterable-select.stories.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/select/filterable-select/filterable-select.stories.tsx b/src/components/select/filterable-select/filterable-select.stories.tsx index 4445daaeb7..8cf26b3e3c 100644 --- a/src/components/select/filterable-select/filterable-select.stories.tsx +++ b/src/components/select/filterable-select/filterable-select.stories.tsx @@ -817,3 +817,7 @@ export const CustomFilterAndOptionStyle = () => { ); }; + +CustomFilterAndOptionStyle.parameters = { + chromatic: { disableSnapshot: true }, +};