mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -8,6 +8,7 @@ import { VariableTextField } from '../editor/VariableTextField';
|
||||
import { VariableSwitchField } from '../editor/VariableSwitchField';
|
||||
import { VariableSelectField } from '../editor/VariableSelectField';
|
||||
import { SelectableValue } from '@grafana/data';
|
||||
import { selectors } from '@grafana/e2e-selectors';
|
||||
|
||||
export interface Props extends VariableEditorProps<IntervalVariableModel> {}
|
||||
|
||||
@@ -70,6 +71,7 @@ export class IntervalVariableEditor extends PureComponent<Props> {
|
||||
onChange={this.onQueryChanged}
|
||||
onBlur={this.onQueryBlur}
|
||||
labelWidth={20}
|
||||
testId={selectors.pages.Dashboard.Settings.Variables.Edit.IntervalVariable.intervalsValueInput}
|
||||
grow
|
||||
required
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user