Skip to content

Commit e02d3af

Browse files
committed
test(toast): skip HC and HCD tests for now
1 parent 6cb0ca7 commit e02d3af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/toast/test/a11y/toast.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
236236
*/
237237
configs({ directions: ['ltr'], palettes: ['high-contrast-dark', 'high-contrast'] }).forEach(
238238
({ title, config, screenshot }) => {
239-
test.describe(title('toast: high contrast: buttons'), () => {
239+
// TODO(FW-4005): Once high contrast themes are fully implemented in ionic modular, remove the skips from these tests
240+
test.describe.skip(title('toast: high contrast: buttons'), () => {
240241
test.beforeEach(async ({ page }) => {
241242
await page.setContent(
242243
`

0 commit comments

Comments
 (0)