Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design committed Apr 10, 2023
1 parent ea8e60c commit 3403ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/suites/layer/TooltipSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('Tooltip', () => {
expect(map.hasLayer(group._tooltip)).to.be(false);
});

it('opens on marker focus and closes on blur in layer group', () => {
it('opens on marker focus and ignore layers without getElement function', () => {
const marker1 = L.marker([41.18, 9.45]);
const someLayerWithoutGetElement = L.layerGroup();
const group = new L.FeatureGroup([marker1, someLayerWithoutGetElement]).addTo(map);
Expand Down

0 comments on commit 3403ff2

Please sign in to comment.