Fix test regression

This commit is contained in:
Bartek Fabiszewski 2020-01-06 21:26:31 +01:00
parent 3083d58508
commit 5c28eeba75

View File

@ -288,7 +288,7 @@ describe('MapViewModel tests', () => {
// when
const popupEl = vm.getPopupElement(id);
// 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', () => {