Uif/remove a11y manual flag (#14744)

* remove comment left in error

* remove runOnly options and manual flag
This commit is contained in:
Bryan Cunningham
2025-05-12 14:38:08 -04:00
committed by GitHub
parent eed18c9294
commit a8fb456329
2 changed files with 1 additions and 8 deletions

View File

@@ -28,10 +28,6 @@ const preview: Preview = {
parameters: {
a11y: {
element: "#storybook-root",
manual: true,
options: {
runOnly: ["section508", "wcag2a", "wcag2aa", "wcag21a", "wcag21aa", "wcag22aa"],
},
},
controls: {
matchers: {

View File

@@ -1,7 +1,4 @@
import {
// waitForPageReady,
type TestRunnerConfig,
} from "@storybook/test-runner";
import { type TestRunnerConfig } from "@storybook/test-runner";
import { injectAxe, checkA11y } from "axe-playwright";
const testRunnerConfig: TestRunnerConfig = {