Skip to content

Commit 5bb4e08

Browse files
Update reference screenshots to fix failing rendering widget test. (#983)
* Update reference screenshots to fix failing rendering widget test. * Update Playwright Snapshots Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 68554bf commit 5bb4e08

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ui-tests/notebooks/Icon.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"center = [48.265643898808236, 336.7529296875]\n",
1313
"\n",
1414
"m = Map(center=center, zoom=7)\n",
15-
"icon = Icon(icon_url='https://raw.githubusercontent.com/Leaflet/Leaflet/main/docs/SlavaUkraini/examples/geojson/baseball-marker.png', icon_size=[38, 38], icon_anchor=[22, 94])\n",
15+
"icon = Icon(icon_url='https://leafletjs.com/examples/custom-icons/leaf-green.png', icon_size=[38, 38], icon_anchor=[22, 94])\n",
1616
"mark = Marker(location=center, icon=icon, rotation_angle=10, rotation_origin='22px 94px')\n",
1717
"m.add_layer(mark);\n",
1818
"\n",
-1.83 KB
Loading

0 commit comments

Comments
 (0)