Skip to content

Commit 3f740d1

Browse files
committed
chore(tests): exclude scheduler-adaptive-month text contrast
1 parent 53c9352 commit 3f740d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/test-contrast.mjs

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ const EXCLUDED_PAGES_TEXT = [
4949
// Loader with no panel does not cover contras requirements for its text
5050
`${TESTS_PATH}/loader/loader-container-overlay.html`,
5151
// Editor iframe test page is not actionable
52-
`${TESTS_PATH}/editor/editor-iFrameContent.html`
52+
`${TESTS_PATH}/editor/editor-iFrameContent.html`,
53+
// Scheduler adaptive month event template text is not visible
54+
`${TESTS_PATH}/scheduler/scheduler-adaptive-month.html`
5355
];
5456

5557
let count = {

0 commit comments

Comments
 (0)