Skip to content

Commit 2b65124

Browse files
committed
[Map] Update test to include circle and rectangle data attributes
1 parent 523c591 commit 2b65124

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Map/src/Bridge/Google/assets/test/map_controller.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ describe('GoogleMapsController', () => {
4747
data-symfony--ux-google-map--map-markers-value="[]"
4848
data-symfony--ux-google-map--map-polygons-value="[]"
4949
data-symfony--ux-google-map--map-polylines-value="[]"
50-
data-symfony--ux-google-map--map-rectangle-value="[]"
50+
data-symfony--ux-google-map--map-circles-value="[]"
51+
data-symfony--ux-google-map--map-rectangles-value="[]"
5152
style="height: 600px"
5253
></div>
5354
`);

src/Map/src/Bridge/Leaflet/assets/test/map_controller.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ describe('LeafletController', () => {
4747
data-symfony--ux-leaflet-map--map-markers-value="[]"
4848
data-symfony--ux-leaflet-map--map-polygons-value="[]"
4949
data-symfony--ux-leaflet-map--map-polylines-value="[]"
50+
data-symfony--ux-leaflet-map--map-circles-value="[]"
5051
data-symfony--ux-leaflet-map--map-rectangles-value="[]"
5152
style="height: 600px"
5253
></div>

0 commit comments

Comments
 (0)