mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +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: {
|
parameters: {
|
||||||
a11y: {
|
a11y: {
|
||||||
element: "#storybook-root",
|
element: "#storybook-root",
|
||||||
manual: true,
|
|
||||||
options: {
|
|
||||||
runOnly: ["section508", "wcag2a", "wcag2aa", "wcag21a", "wcag21aa", "wcag22aa"],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
controls: {
|
controls: {
|
||||||
matchers: {
|
matchers: {
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
import {
|
import { type TestRunnerConfig } from "@storybook/test-runner";
|
||||||
// waitForPageReady,
|
|
||||||
type TestRunnerConfig,
|
|
||||||
} from "@storybook/test-runner";
|
|
||||||
import { injectAxe, checkA11y } from "axe-playwright";
|
import { injectAxe, checkA11y } from "axe-playwright";
|
||||||
|
|
||||||
const testRunnerConfig: TestRunnerConfig = {
|
const testRunnerConfig: TestRunnerConfig = {
|
||||||
|
|||||||
Reference in New Issue
Block a user