Skip to content

Commit

Permalink
test(wfs): fix wfs to 25d example test
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln committed Feb 14, 2024
1 parent 5d2f384 commit 1cb36a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/source_stream_wfs_25d.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('source_stream_wfs_25d', function _() {
// Test picking a feature geometry property from `wfsBuilding` layer.
// Picking is done at the given screen coordinates.
const buildingId = await page.evaluate(() => picking({ x: 97, y: 213 }));
assert.equal(buildingId.geojson.id, 'batiment.172147');
assert.equal(buildingId.geojson.id, 'batiment.46260502');
});
it('should remove GeometryLayer', async () => {
const countGeometryLayerStart = await page.evaluate(() => view.getLayers(l => l.isGeometryLayer).length);
Expand Down

0 comments on commit 1cb36a7

Please sign in to comment.