Skip to content

Commit de45f74

Browse files
authored
Map - disable all testcafe tests
1 parent d92c4c8 commit de45f74

File tree

3 files changed

+1
-43
lines changed

3 files changed

+1
-43
lines changed

apps/demos/testing/common.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ const getTestSpecificSkipRules = (testName) => {
5555
return ['empty-table-header'];
5656
case 'Localization-UsingGlobalize':
5757
return ['label'];
58-
case 'Map-Markers':
59-
case 'Map-Routes':
60-
return ['aria-hidden-focus', 'image-alt', 'image-redundant-alt', 'aria-prohibited-attr', 'aria-command-name'];
6158
default:
6259
return [];
6360
}
@@ -403,6 +400,7 @@ const SKIPPED_TESTS = {
403400
'Diagram',
404401
'FileManager',
405402
'Gantt',
403+
'Map',
406404
'Scheduler',
407405
'PivotGrid',
408406
];

apps/demos/testing/known-warnings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[
2-
"The specified credentials are invalid. You can sign up for a free developer account at http://www.bingmapsportal.com",
32
"W0019 -",
43
"W0022 -",
54
"W2108 -"

e2e/testcafe-devextreme/tests/accessibility/common/map.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)