We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c9352 commit 3f740d1Copy full SHA for 3f740d1
scripts/test-contrast.mjs
@@ -49,7 +49,9 @@ const EXCLUDED_PAGES_TEXT = [
49
// Loader with no panel does not cover contras requirements for its text
50
`${TESTS_PATH}/loader/loader-container-overlay.html`,
51
// Editor iframe test page is not actionable
52
- `${TESTS_PATH}/editor/editor-iFrameContent.html`
+ `${TESTS_PATH}/editor/editor-iFrameContent.html`,
53
+ // Scheduler adaptive month event template text is not visible
54
+ `${TESTS_PATH}/scheduler/scheduler-adaptive-month.html`
55
];
56
57
let count = {
0 commit comments