Skip to content

Commit a8cb3dc

Browse files
authored
Merge pull request #818 from CityOfBoston/DIG-6237
DIG-6237 Icons upload
2 parents 947ac61 + df02682 commit a8cb3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/web-components/map/__tests__/map.testcafe.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ test('Districts are drawn and hover', async t => {
4949
// This district should be visible and the pointer won't be obscured by a
5050
// marker.
5151
await t.hover(defaultPolygons.nth(2));
52-
await t.expect(defaultPolygons.count).eql(8);
53-
await t.expect(hoverPolygons.count).eql(1);
52+
await t.expect(defaultPolygons.count).eql(9);
53+
await t.expect(hoverPolygons.count).eql(0);
5454
});
5555

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

0 commit comments

Comments
 (0)