decrease the minZoom level to allow users to see the whole map #3671
Annotations
4 errors and 2 warnings
|
build (22)
Process completed with exit code 1.
|
|
src/components/TaskClusterMap/TaskClusterMap.test.jsx > TaskClusterMap > renders TaskClusterMap UI:
src/components/TaskClusterMap/TaskClusterMap.test.jsx#L11
TestingLibraryElementError: Unable to find an element with the text: 3000 km. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
class="taskcluster-map-container"
>
<div
class="taskcluster-map drawer-open leaflet-container leaflet-touch leaflet-grab leaflet-touch-drag leaflet-touch-zoom"
style="position: relative;"
tabindex="0"
>
<div
class="leaflet-pane leaflet-map-pane"
style="left: 0px; top: 0px;"
>
<div
class="leaflet-pane leaflet-tile-pane"
>
<div
class="leaflet-layer "
style="z-index: 1;"
>
<div
class="leaflet-tile-container leaflet-zoom-animated"
style="z-index: 19; left: 0px; top: 0px;"
>
<img
alt=""
class="leaflet-tile"
src="https://tile.openstreetmap.org/0/0/0.png"
style="width: 256px; height: 256px; left: -128px; top: -114px;"
/>
</div>
</div>
</div>
<div
class="leaflet-pane leaflet-overlay-pane"
/>
<div
class="leaflet-pane leaflet-shadow-pane"
/>
<div
class="leaflet-pane leaflet-marker-pane"
/>
<div
class="leaflet-pane leaflet-tooltip-pane"
/>
<div
class="leaflet-pane leaflet-popup-pane"
/>
</div>
<div
class="leaflet-control-container"
>
<div
class="leaflet-top leaflet-left"
/>
<div
class="leaflet-top leaflet-right"
/>
<div
class="leaflet-bottom leaflet-left"
>
<div
class="leaflet-control-scale leaflet-control"
>
<div
class="leaflet-control-scale-line"
style="width: 72px;"
>
10000 km
</div>
<div
class="leaflet-control-scale-line"
style="width: 58px;"
>
5000 mi
</div>
</div>
<div
class="leaflet-control-attribution leaflet-control"
>
<a
href="https://www.openstreetmap.org"
>
© OpenStreetMap contributors, ODbL 1.0
</a>
</div>
</div>
<div
class="leaflet-bottom leaflet-right"
/>
</div>
<div
class="map-controls-drawer open"
>
<button
aria-label="Close controls drawer"
class="map-drawer-toggle"
title="Close controls"
>
<div
class="mr-text-black"
>
▶
</div>
</button>
<div
class="map-drawer-content"
>
<div
class="drawer-controls-container"
>
<div
class="control-group"
>
<div
class="control-item"
>
<div
data-testid="mr-dropdown"
>
<div
class="mr-dropdown mr-dropdown--right mr-absolute mr-z-10 mr-right-0 mr-top-0 mr-mr-2 mr-mt-2"
>
<button
aria-controls="dropdown-menu"
aria-haspopup="true"
class="mr-leading-none mr-p-2 mr-bg-black-50 mr-text-white mr-w-8 mr-h-8 mr-flex mr-items-center mr-shadow mr-rounded-sm mr-transition-normal-in-out-quad hover:mr-text-green-lighter"
|
|
build (20)
The operation was canceled.
|
|
build (20)
The strategy configuration was canceled because "build._22" failed
|
|
build (22):
src/components/TaskClusterMap/TileLayerErrorBoundary.jsx#L22
'error' is defined but never used. Allowed unused args must match /^_/u
|
|
build (20):
src/components/TaskClusterMap/TileLayerErrorBoundary.jsx#L22
'error' is defined but never used. Allowed unused args must match /^_/u
|