add test case for 88746d5
This commit is contained in:
parent
88746d593c
commit
7d6830c7c6
1 changed files with 7 additions and 0 deletions
|
@ -231,6 +231,13 @@ describe('L.U.FeatureMixin', function () {
|
|||
happen.click(qs('#map')) // Close popup
|
||||
assert.notOk(qs('.umap-icon-active'))
|
||||
})
|
||||
|
||||
it('should still highlight marker after hide() and show()', function () {
|
||||
this.datalayer.hide()
|
||||
this.datalayer.show()
|
||||
happen.click(qs('div.leaflet-marker-icon'))
|
||||
assert.ok(qs('.umap-icon-active'))
|
||||
})
|
||||
})
|
||||
|
||||
describe('#tooltip', function () {
|
||||
|
|
Loading…
Reference in a new issue