mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 17:11:17 -07:00
Followup styling fixes (#335)
* Followup to add proper score property to popup * Adding Additional property name constants
This commit is contained in:
parent
4443f60b44
commit
6c8d71c5b9
5 changed files with 10 additions and 9 deletions
|
@ -54,7 +54,7 @@ describe('Tests for the Explore the Map page', () => {
|
|||
cy.waitForMapIdle(map);
|
||||
map.fire('click', {lngLat: punx1001Info.coords});
|
||||
const punx1001FeatureState = getFeatureState(map, punx1001Info.id);
|
||||
expect(punx1001FeatureState).to.deep.equal({'selected': true});
|
||||
expect(punx1001FeatureState).to.deep.equal({[constants.SELECTED_PROPERTY]: true});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue