From 3a00eb0c9bdec7bb234fc67d784819526eb3c2d3 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Tue, 18 Feb 2025 21:07:32 +0100 Subject: [PATCH] Revert "Fix a11y compatibility with Storybook 8.5 and above" --- src/setup-page-script.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/setup-page-script.ts b/src/setup-page-script.ts index 753a21c6..6543e407 100644 --- a/src/setup-page-script.ts +++ b/src/setup-page-script.ts @@ -450,14 +450,6 @@ async function __test(storyId: string): Promise { channel.on(eventName, listener); }); - channel.emit('updateGlobals', { - globals: { - a11y: { - manual: true, - }, - }, - }); - channel.emit('setCurrentStory', { storyId, viewMode: TEST_RUNNER_VIEW_MODE }); }); }