Skip to content

Commit

Permalink
Revert "Fix a11y compatibility with Storybook 8.5 and above"
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic authored Feb 18, 2025
1 parent 18e4574 commit 3a00eb0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/setup-page-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,14 +450,6 @@ async function __test(storyId: string): Promise<any> {
channel.on(eventName, listener);
});

channel.emit('updateGlobals', {
globals: {
a11y: {
manual: true,
},
},
});

channel.emit('setCurrentStory', { storyId, viewMode: TEST_RUNNER_VIEW_MODE });
});
}
Expand Down

0 comments on commit 3a00eb0

Please sign in to comment.