Skip to content

Commit

Permalink
Revert inadvertent test change (I think) that was causing a few failures
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth committed Sep 7, 2023
1 parent c69b4c8 commit 8832331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/mapml-viewer/mapml-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</head>

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

0 comments on commit 8832331

Please sign in to comment.