Geomap: Spatial operations location options transform e2e test (#54162)

This commit is contained in:
Adela Almasan
2022-08-25 17:34:24 -04:00
committed by GitHub
parent 9db66049c6
commit cea2b4b7b8
4 changed files with 286 additions and 4 deletions
@@ -199,6 +199,27 @@ export const Components = {
modeLabel: 'Transform mode label',
calculationsLabel: 'Transform calculations label',
},
SpatialOperations: {
actionLabel: 'root Action field property editor',
locationLabel: 'root Location field property editor',
location: {
autoOption: 'Auto location option',
coords: {
option: 'Coords location option',
latitudeFieldLabel: 'root Latitude field field property editor',
longitudeFieldLabel: 'root Longitude field field property editor',
},
geohash: {
option: 'Geohash location option',
geohashFieldLabel: 'root Geohash field field property editor',
},
lookup: {
option: 'Lookup location option',
lookupFieldLabel: 'root Lookup field field property editor',
gazetteerFieldLabel: 'root Gazetteer field property editor',
},
},
},
searchInput: 'search transformations',
},
PageToolbar: {