Chore: More variable e2e tests (#44803)
* Add Datasource variable e2e tests * Update other tests * Fix names/comments in tests * Add Interval variable tests * fix typo
This commit is contained in:
@@ -142,7 +142,7 @@ export const Pages = {
|
||||
constantOptionsQueryInputV2: 'data-testid Variable editor Form Constant Query field',
|
||||
},
|
||||
DatasourceVariable: {
|
||||
datasourceSelect: 'data-testid Variable editor',
|
||||
datasourceSelect: 'data-testid datasource variable datasource type',
|
||||
},
|
||||
TextBoxVariable: {
|
||||
textBoxOptionsQueryInput: 'Variable editor Form TextBox Query field',
|
||||
@@ -151,6 +151,9 @@ export const Pages = {
|
||||
CustomVariable: {
|
||||
customValueInput: 'data-testid custom-variable-input',
|
||||
},
|
||||
IntervalVariable: {
|
||||
intervalsValueInput: 'data-testid interval variable intervals input',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user