We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90e193 commit a79ccbaCopy full SHA for a79ccba
e2e/samples.spec.ts
@@ -151,6 +151,7 @@ foldersToTest.forEach((sampleFolder) => {
151
const filteredErrorMessages = [
152
'Falling back to Raster',
153
'Attempted to load a 3D Map, but failed.',
154
+ 'The map is not a vector map',
155
];
156
const criticalErrors = consoleErrors.filter(error =>
157
!filteredErrorMessages.some(message => error.includes(message))
0 commit comments