CustomVariable: Be able to edit them using scenes (#80193)

---------
Co-authored-by: Alexandra Vargas <alexa1866@gmail.com>
This commit is contained in:
Ivan Ortega Alba
2024-01-17 19:14:01 +02:00
committed by GitHub
co-authored by Alexandra Vargas
parent c9211fbd69
commit 3b401d0d4d
18 changed files with 474 additions and 122 deletions
@@ -137,12 +137,11 @@ export const Pages = {
generalLabelInputV2: 'data-testid Variable editor Form Label field',
generalHideSelect: 'Variable editor Form Hide select',
generalHideSelectV2: 'data-testid Variable editor Form Hide select',
selectionOptionsMultiSwitch: 'Variable editor Form Multi switch',
selectionOptionsIncludeAllSwitch: 'Variable editor Form IncludeAll switch',
selectionOptionsCustomAllInput: 'Variable editor Form IncludeAll field',
selectionOptionsCustomAllInputV2: 'data-testid Variable editor Form IncludeAll field',
selectionOptionsMultiSwitch: 'data-testid Variable editor Form Multi switch',
selectionOptionsIncludeAllSwitch: 'data-testid Variable editor Form IncludeAll switch',
selectionOptionsCustomAllInput: 'data-testid Variable editor Form IncludeAll field',
previewOfValuesOption: 'data-testid Variable editor Preview of Values option',
submitButton: 'Variable editor Submit button',
submitButton: 'data-testid Variable editor Run Query button',
applyButton: 'data-testid Variable editor Apply button',
},
QueryVariable: {