Geomap: Map control options e2e (#54809)

This commit is contained in:
Adela Almasan
2022-09-09 14:56:35 -05:00
committed by GitHub
parent b6237a43e6
commit b08f839c4d
4 changed files with 45 additions and 3 deletions

View File

@@ -127,6 +127,9 @@ export const Components = {
toggleVizPicker: 'toggle-viz-picker',
toggleVizOptions: 'toggle-viz-options',
toggleTableView: 'toggle-table-view',
// [Geomap] Map controls
measureButton: 'show measure tools',
},
PanelInspector: {
Data: {
@@ -368,4 +371,7 @@ export const Components = {
inputField: 'data-testid-file-upload-input-field',
fileNameSpan: 'data-testid-file-upload-file-name',
},
DebugOverlay: {
wrapper: 'debug-overlay',
},
};