diff --git a/apps/demos/testing/common.test.js b/apps/demos/testing/common.test.js index d71bf8f3cc7..b3750079375 100644 --- a/apps/demos/testing/common.test.js +++ b/apps/demos/testing/common.test.js @@ -297,9 +297,6 @@ const SKIPPED_TESTS = { 'Scheduler', 'PivotGrid', ]; - const BROKEN_THIRD_PARTY_SCRIPTS_COMPONENT = [ - 'Map', - ]; getDemoPaths(approach).forEach((demoPath, index) => { if (!shouldRunTestAtIndex(index + 1) || !existsSync(demoPath)) { return; } @@ -328,9 +325,6 @@ const SKIPPED_TESTS = { if (process.env.STRATEGY === 'accessibility' && ACCESSIBILITY_UNSUPPORTED_COMPONENTS.indexOf(widgetName) > -1) { return; } - if (BROKEN_THIRD_PARTY_SCRIPTS_COMPONENT.indexOf(widgetName) > -1) { - return; - } if (process.env.CI_ENV && process.env.DISABLE_DEMO_TEST_SETTINGS !== 'ignore') { if (mergedTestSettings.ignore) { return; } } diff --git a/apps/demos/testing/etalons/Map-Markers (fluent.blue.light).png b/apps/demos/testing/etalons/Map-Markers (fluent.blue.light).png new file mode 100644 index 00000000000..c8e8007c8c2 Binary files /dev/null and b/apps/demos/testing/etalons/Map-Markers (fluent.blue.light).png differ diff --git a/apps/demos/testing/etalons/Map-Markers (material.blue.light).png b/apps/demos/testing/etalons/Map-Markers (material.blue.light).png new file mode 100644 index 00000000000..81d2c71bf11 Binary files /dev/null and b/apps/demos/testing/etalons/Map-Markers (material.blue.light).png differ diff --git a/apps/demos/testing/etalons/Map-ProvidersAndTypes (fluent.blue.light).png b/apps/demos/testing/etalons/Map-ProvidersAndTypes (fluent.blue.light).png new file mode 100644 index 00000000000..ba0654b96f4 Binary files /dev/null and b/apps/demos/testing/etalons/Map-ProvidersAndTypes (fluent.blue.light).png differ diff --git a/apps/demos/testing/etalons/Map-ProvidersAndTypes (material.blue.light).png b/apps/demos/testing/etalons/Map-ProvidersAndTypes (material.blue.light).png new file mode 100644 index 00000000000..bb47eb48ae0 Binary files /dev/null and b/apps/demos/testing/etalons/Map-ProvidersAndTypes (material.blue.light).png differ diff --git a/apps/demos/testing/etalons/Map-ProvidersAndTypes.png b/apps/demos/testing/etalons/Map-ProvidersAndTypes.png index a95c5329112..d8f1a08f125 100644 Binary files a/apps/demos/testing/etalons/Map-ProvidersAndTypes.png and b/apps/demos/testing/etalons/Map-ProvidersAndTypes.png differ diff --git a/apps/demos/testing/etalons/Map-Routes (fluent.blue.light).png b/apps/demos/testing/etalons/Map-Routes (fluent.blue.light).png new file mode 100644 index 00000000000..d5f5c6c51bc Binary files /dev/null and b/apps/demos/testing/etalons/Map-Routes (fluent.blue.light).png differ diff --git a/apps/demos/testing/etalons/Map-Routes (material.blue.light).png b/apps/demos/testing/etalons/Map-Routes (material.blue.light).png new file mode 100644 index 00000000000..c76a4008c7e Binary files /dev/null and b/apps/demos/testing/etalons/Map-Routes (material.blue.light).png differ diff --git a/apps/demos/testing/etalons/Map-Routes.png b/apps/demos/testing/etalons/Map-Routes.png index daa0e7dfd61..e0af7f1b354 100644 Binary files a/apps/demos/testing/etalons/Map-Routes.png and b/apps/demos/testing/etalons/Map-Routes.png differ