Skip to content

Commit df02682

Browse files
committed
Fix error on map.testcafe.ts and uploaded icons
1 parent 947ac61 commit df02682

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)