Skip to content

Commit 345e1e9

Browse files
committed
Remove mismatching selectors in tests
1 parent 10b7a7d commit 345e1e9

File tree

6 files changed

+5
-15
lines changed

6 files changed

+5
-15
lines changed

test/e2e/core/debugMode.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
height: 100%
1111
}
1212

13-
body,
14-
map {
13+
body {
1514
height: inherit
1615
}
1716

test/e2e/core/fullscreenControlMapmlViewer.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
height: 100%
1111
}
1212

13-
body,
14-
map {
13+
body {
1514
height: inherit
1615
}
1716

test/e2e/core/layerContextMenu.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
height: 100%
1111
}
1212

13-
body,
14-
map {
13+
body {
1514
height: inherit
1615
}
1716

test/e2e/core/metaDefault.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<script type="module" src="mapml-viewer.js"></script>
99
<style>
10-
[is=web-map] {
11-
width: 100%;
12-
height: 400px;
13-
max-width: 100%;
14-
}
15-
1610
.transparency {
1711
opacity: 0.2;
1812
}

test/e2e/core/tms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<script type="module" src="mapml-viewer.js"></script>
77
<style>
8-
html {height: 100%} body,map {height: inherit} * {margin: 0;padding: 0;}
8+
html {height: 100%} body {height: inherit} * {margin: 0;padding: 0;}
99
</style>
1010
</head>
1111
<body>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
height: 100%
1616
}
1717

18-
body,
19-
map {
18+
body {
2019
height: inherit
2120
}
2221

0 commit comments

Comments
 (0)