mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Merge branch 'streetside' of https://github.com/jharpster/iD into jharpster-streetside
(also cleanup whitespace and lint)
This commit is contained in:
@@ -29,6 +29,7 @@ describe('iD.svgLayers', function () {
|
||||
expect(nodes.length).to.eql(6);
|
||||
expect(d3.select(nodes[0]).classed('data-layer-osm')).to.be.true;
|
||||
expect(d3.select(nodes[1]).classed('data-layer-gpx')).to.be.true;
|
||||
expect(d3.select(nodes[2]).classed('data-layer-streetside')).to.be.true;
|
||||
expect(d3.select(nodes[2]).classed('data-layer-mapillary-images')).to.be.true;
|
||||
expect(d3.select(nodes[3]).classed('data-layer-mapillary-signs')).to.be.true;
|
||||
expect(d3.select(nodes[4]).classed('data-layer-openstreetcam-images')).to.be.true;
|
||||
|
||||
Reference in New Issue
Block a user