Skip to content

Commit 992beb6

Browse files
prushforprushforth
authored andcommitted
Fix test markup
1 parent 1c0c488 commit 992beb6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/e2e/features/mapFeature.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@
4040

4141
<layer- data-testid="points" label="Points" checked>
4242
<map-meta name="projection" content="OSMTILE"></map-meta>
43-
<map-meta name="zoom" content="value=14,min=14,max=24"></map-meta>
43+
<map-meta name="zoom" content="min=14,max=24"></map-meta>
4444
<map-feature>
45-
<map-feature min="14" max="24" zoom="14">
4645

4746
<map-featurecaption>Point 1</map-featurecaption>
4847
<!-- Setting the geometry coordinates to gcrs, as the default is pcrs -->
@@ -55,7 +54,6 @@
5554
</map-feature>
5655

5756
<map-feature>
58-
<map-feature min="14" max="24" zoom="14">
5957
<map-featurecaption>Point 2</map-featurecaption>
6058
<!-- Setting the geometry coordinates to gcrs, as the default is pcrs -->
6159
<map-geometry cs="gcrs">
@@ -66,7 +64,6 @@
6664
<map-properties><h2>Point 2</h2></map-properties>
6765
</map-feature>
6866
<map-feature>
69-
<map-feature min="14" max="24" zoom="14">
7067
<map-featurecaption>Point 3</map-featurecaption>
7168
<!-- Setting the geometry coordinates to gcrs, as the default is pcrs -->
7269
<map-geometry cs="gcrs">

0 commit comments

Comments
 (0)