Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions components/icons/circle_icons/circle_icons.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ context:
- file: "accessibility.svg"
- file: "alert.svg"
- file: "alert_red.svg"
- file: "athletic_field_black.svg"
- file: "apple.svg"
- file: "arobics.svg"
- file: "b_is_for_boston.svg"
Expand All @@ -18,6 +19,7 @@ context:
- file: "batting_cage.svg"
- file: "beach.svg"
- file: "boat.svg"
- file: "bocce_black.svg"
- file: "book.svg"
- file: "boxing_room.svg"
- file: "building.svg"
Expand All @@ -40,6 +42,7 @@ context:
- file: "food.svg"
- file: "food_truck.svg"
- file: "football.svg"
- file: "futsal_black.svg"
- file: "garden.svg"
- file: "gym.svg"
- file: "handball.svg"
Expand All @@ -56,6 +59,7 @@ context:
- file: "mbta.svg"
- file: "moving.svg"
- file: "music_studio.svg"
- file: "netball_black.svg"
- file: "new_years.svg"
- file: "no_ice_snow.svg"
- file: "no_parking.svg"
Expand All @@ -65,10 +69,12 @@ context:
- file: "parking_meters.svg"
- file: "pencil.svg"
- file: "people.svg"
- file: "pickleball_black.svg"
- file: "picnic_area.svg"
- file: "playground.svg"
- file: "projectoer.svg"
- file: "public_art.svg"
- file: "pump_track_black.svg"
- file: "quote.svg"
- file: "rock_wall.svg"
- file: "sauna_steam_room.svg"
Expand Down
4 changes: 2 additions & 2 deletions components/web-components/map/__tests__/map.testcafe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ test('Districts are drawn and hover', async t => {
// This district should be visible and the pointer won't be obscured by a
// marker.
await t.hover(defaultPolygons.nth(2));
await t.expect(defaultPolygons.count).eql(8);
await t.expect(hoverPolygons.count).eql(1);
await t.expect(defaultPolygons.count).eql(9);
await t.expect(hoverPolygons.count).eql(0);
});

test('Clicking parking marker shows popup', async t => {
Expand Down