mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Uif/remove a11y manual flag (#14744)
* remove comment left in error * remove runOnly options and manual flag
This commit is contained in:
@@ -28,10 +28,6 @@ const preview: Preview = {
|
||||
parameters: {
|
||||
a11y: {
|
||||
element: "#storybook-root",
|
||||
manual: true,
|
||||
options: {
|
||||
runOnly: ["section508", "wcag2a", "wcag2aa", "wcag21a", "wcag21aa", "wcag22aa"],
|
||||
},
|
||||
},
|
||||
controls: {
|
||||
matchers: {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user