Skip to content

Commit 210b398

Browse files
committed
New screenshots
Removed the tiles, because there was a difference in between github and local. Removed the playwright tests.
1 parent f47f291 commit 210b398

14 files changed

+6
-60
lines changed

.github/workflows/test_playwright.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.
-746 KB
Loading
-746 KB
Loading
-746 KB
Loading
-746 KB
Loading
-184 KB
Loading
-122 KB
Loading
56 Bytes
Loading

tests/snapshots/modules/issue_1885.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
loc_coordinates = (38.8886, -77.0047)
55

66
# Create a Folium map centered around the Library of Congress
7-
m = folium.Map(location=loc_coordinates, zoom_start=15)
7+
m = folium.Map(tiles=None, location=loc_coordinates, zoom_start=15)
88

99
# Define the DivIcon with the custom icon. This variable can be used in one marker successfully, but will fail if we use it in two markers.
1010

tests/snapshots/modules/issue_1885_add_child.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
loc_coordinates = (38.8886, -77.0047)
55

66
# Create a Folium map centered around the Library of Congress
7-
m = folium.Map(location=loc_coordinates, zoom_start=15)
7+
m = folium.Map(tiles=None, location=loc_coordinates, zoom_start=15)
88

99
# Define the DivIcon with the custom icon. This variable can be used in one marker successfully, but will fail if we use it in two markers.
1010

0 commit comments

Comments
 (0)