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.
2 parents ca9ba05 + a79ccba commit 3d1fc88Copy full SHA for 3d1fc88
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