From 511272dfcfdcf1878881c617b32bb596b01e4506 Mon Sep 17 00:00:00 2001 From: Ben White Date: Thu, 23 Nov 2023 10:01:14 +0100 Subject: [PATCH] Fix --- frontend/src/toolbar/Toolbar.stories.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/toolbar/Toolbar.stories.tsx b/frontend/src/toolbar/Toolbar.stories.tsx index ea9d19e44f553..fe8fedf82caa1 100644 --- a/frontend/src/toolbar/Toolbar.stories.tsx +++ b/frontend/src/toolbar/Toolbar.stories.tsx @@ -31,14 +31,9 @@ function useToolbarStyles(): void { const meta: Meta = { title: 'Scenes-Other/Toolbar', - tags: ['test-skip-webkit'], parameters: { layout: 'fullscreen', viewMode: 'story', - testOptions: { - // Webkit tests seem flakey so disabled for now - snapshotBrowsers: ['chromium'], - }, }, } export default meta