Fix test regression
This commit is contained in:
parent
3083d58508
commit
5c28eeba75
@ -288,7 +288,7 @@ describe('MapViewModel tests', () => {
|
|||||||
// when
|
// when
|
||||||
const popupEl = vm.getPopupElement(id);
|
const popupEl = vm.getPopupElement(id);
|
||||||
// then
|
// then
|
||||||
expect(popupEl.querySelector('#pright')).toBeInstanceOf(HTMLDivElement);
|
expect(popupEl.querySelector('#pright')).toBe(null);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should get marker svg source with given size and without extra border', () => {
|
it('should get marker svg source with given size and without extra border', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user