Skip to content

Commit bae1edc

Browse files
committed
Scheduler: remove masks
1 parent d1632ae commit bae1edc

18 files changed

+1
-1
lines changed
-280 Bytes
Loading

e2e/testcafe-devextreme/tests/scheduler/common/header/header_material.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test('viewSwitcher dropdown button popup should have a specified class', async (
5454
});
5555
});
5656

57-
test('The toolbar should not display if the config is empty', async (t) => {
57+
test.skip('The toolbar should not display if the config is empty', async (t) => {
5858
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
5959

6060
const scheduler = new Scheduler('#container');

0 commit comments

Comments
 (0)