Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cb36a7

Browse files
committed
test(wfs): fix wfs to 25d example test
1 parent 5d2f384 commit 1cb36a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/source_stream_wfs_25d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('source_stream_wfs_25d', function _() {
1414
// Test picking a feature geometry property from `wfsBuilding` layer.
1515
// Picking is done at the given screen coordinates.
1616
const buildingId = await page.evaluate(() => picking({ x: 97, y: 213 }));
17-
assert.equal(buildingId.geojson.id, 'batiment.172147');
17+
assert.equal(buildingId.geojson.id, 'batiment.46260502');
1818
});
1919
it('should remove GeometryLayer', async () => {
2020
const countGeometryLayerStart = await page.evaluate(() => view.getLayers(l => l.isGeometryLayer).length);

0 commit comments

Comments
 (0)