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