Skip to content

Commit 169913a

Browse files
authored
Map - disable all testcafe tests (DevExpress#29275)
1 parent d82dbf7 commit 169913a

File tree

4 files changed

+1
-51
lines changed

4 files changed

+1
-51
lines changed

apps/demos/testing/common.test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ const getTestSpecificSkipRules = (testName) => {
5656
return ['empty-table-header'];
5757
case 'Localization-UsingGlobalize':
5858
return ['label'];
59-
case 'Map-Markers':
60-
case 'Map-Routes':
61-
return ['aria-hidden-focus', 'image-alt', 'image-redundant-alt', 'aria-prohibited-attr'];
6259
default:
6360
return [];
6461
}
@@ -381,6 +378,7 @@ const SKIPPED_TESTS = {
381378
'Diagram',
382379
'FileManager',
383380
'Gantt',
381+
'Map',
384382
'Scheduler',
385383
'PivotGrid',
386384
];

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 -"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[
2-
"Map"
32
]

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

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

0 commit comments

Comments
 (0)