Skip to content

Commit 8832331

Browse files
committed
Revert inadvertent test change (I think) that was causing a few failures
1 parent c69b4c8 commit 8832331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/mapml-viewer/mapml-viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</head>
2828

2929
<body>
30-
<mapml-viewer style="height: 600px;width:500px;" projection="CBMTILE" zoom="0" lat="47" lon="-92" controls>
30+
<mapml-viewer data-testid="testviewer" style="height: 600px;width:500px;" projection="CBMTILE" zoom="0" lat="47" lon="-92" controls>
3131
<layer- data-testid="testlayer" label="CBMT - INLINE" checked>
3232
<map-extent units="CBMTILE">
3333
<map-input name="zoomLevel" type="zoom" value="3" min="0" max="3" ></map-input>

0 commit comments

Comments
 (0)