Skip to content

Commit c481a97

Browse files
committed
minor #2862 [Map] Update test to include circle and rectangle data attributes (Valmonzo)
This PR was merged into the 2.x branch. Discussion ---------- [Map] Update test to include circle and rectangle data attributes | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | | License | MIT Fix typo from #2845 and missing circles attributes from #2838 , sorry `@Kocal` 😞 Commits ------- 2b65124 [Map] Update test to include circle and rectangle data attributes
2 parents efe1666 + 2b65124 commit c481a97

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)