Skip to content

Commit

Permalink
maplibre#3103 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed May 19, 2024
1 parent c04562d commit 092b515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/control/geolocate_control.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,6 @@ describe('GeolocateControl with no options', () => {
});
map.addControl(geolocate);
await sleep(0);
expect(geolocate._geolocateButton.style.display).toBe('none');
expect(geolocate._geolocateButton.classList.contains('maplibregl-ctrl-geolocate-hidden')).toBeTruthy();
});
});

0 comments on commit 092b515

Please sign in to comment.