From df02682ed7cb22df7e27accddac5a311bf48fdb6 Mon Sep 17 00:00:00 2001 From: "stella.ubaha@boston.gov" Date: Mon, 8 Sep 2025 12:32:35 -0400 Subject: [PATCH 1/2] Fix error on map.testcafe.ts and uploaded icons --- components/web-components/map/__tests__/map.testcafe.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/web-components/map/__tests__/map.testcafe.ts b/components/web-components/map/__tests__/map.testcafe.ts index 88df650d..8a33c4d9 100644 --- a/components/web-components/map/__tests__/map.testcafe.ts +++ b/components/web-components/map/__tests__/map.testcafe.ts @@ -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 => { From 0bac5997414069c72d2fba8621986aa5a598ed5b Mon Sep 17 00:00:00 2001 From: "stella.ubaha@boston.gov" Date: Mon, 8 Sep 2025 14:29:33 -0400 Subject: [PATCH 2/2] DIG-6237 icons added --- components/icons/circle_icons/circle_icons.config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/icons/circle_icons/circle_icons.config.yml b/components/icons/circle_icons/circle_icons.config.yml index 7711972e..1d086d8f 100644 --- a/components/icons/circle_icons/circle_icons.config.yml +++ b/components/icons/circle_icons/circle_icons.config.yml @@ -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" @@ -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" @@ -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" @@ -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" @@ -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"