Skip to content

Commit

Permalink
Update unit tests for HoverController.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschmenger committed Feb 26, 2024
1 parent 0f8c80c commit 334342f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/specs/components/ol/HoverController.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ describe('ol/HoverController.js', () => {
expect(comp.timerHandle).to.equal(null);
expect(comp.activeOverlayId).to.equal(null);
expect(comp.pendingRequestsCancelSrc).to.equal(null);
expect(comp.conf.delay).to.equal(150)
expect(comp.conf.hideOnMousemove).to.equal(false)
expect(comp.conf.hoverOverlay).to.equal('wgu-hover-tooltip')
});

afterEach(() => {
Expand Down

0 comments on commit 334342f

Please sign in to comment.