Searched refs:selectOptionInTest (Results 1 – 17 of 17) sorted by relevance
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/ |
H A D | MetricsQueryEditor.test.tsx | 3 import { selectOptionInTest } from '@grafana/ui'; 59 await selectOptionInTest(subscriptions, 'Another Subscription'); 105 await selectOptionInTest(metrics, 'Metric B'); 135 await selectOptionInTest(aggregation, 'Maximum');
|
/dports/www/grafana8/grafana-8.3.6/public/app/core/components/TransformersUI/rowsToFields/ |
H A D | RowsToFieldsTransformerEditor.test.tsx | 4 import { selectOptionInTest } from '@grafana/ui'; 40 await selectOptionInTest(select as HTMLElement, 'Field name'); 54 await selectOptionInTest(select as HTMLElement, 'Field value');
|
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/ValueMappingsEditor/ |
H A D | ValueMappingsEditorModal.test.tsx | 6 import { selectOptionInTest } from '../Select/test-utils'; 83 await selectOptionInTest(selectComponent, 'Value'); 128 await selectOptionInTest(selectComponent, 'Range'); 160 await selectOptionInTest(selectComponent, 'Regex');
|
/dports/www/grafana8/grafana-8.3.6/public/app/core/components/TransformersUI/fieldToConfigMapping/ |
H A D | FieldToConfigMappingEditor.test.tsx | 5 import { selectOptionInTest } from '@grafana/ui'; 49 await selectOptionInTest(select as HTMLElement, 'Min'); 84 await selectOptionInTest(reducer as HTMLElement, 'Last');
|
/dports/www/grafana8/grafana-8.3.6/public/app/core/components/TransformersUI/configFromQuery/ |
H A D | ConfigFromQueryTransformerEditor.test.tsx | 4 import { selectOptionInTest } from '@grafana/ui'; 43 await selectOptionInTest(select as HTMLElement, 'A');
|
/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/components/DashboardSettings/ |
H A D | GeneralSettings.test.tsx | 4 import { selectOptionInTest } from '@grafana/ui'; 54 await selectOptionInTest(timeZonePicker, 'Browser Time');
|
/dports/www/grafana8/grafana-8.3.6/public/app/features/search/components/ |
H A D | SearchResultsFilter.test.tsx | 3 import { selectOptionInTest } from '@grafana/ui'; 85 await selectOptionInTest(tagComponent, 'tag1');
|
H A D | DashboardSearch.test.tsx | 4 import { selectOptionInTest } from '@grafana/ui'; 110 await selectOptionInTest(tagComponent, 'tag1');
|
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/Select/ |
H A D | test-utils.ts | 4 export const selectOptionInTest = async ( constant
|
H A D | SelectBase.test.tsx | 4 import { selectOptionInTest } from './test-utils'; 204 await selectOptionInTest(selectEl, 'Option 2');
|
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/influxdb/components/ |
H A D | RawInfluxQLEditor.test.tsx | 4 import { selectOptionInTest } from '@grafana/ui'; 60 await selectOptionInTest(formatSelect, 'Time series');
|
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/QueryEditor/ |
H A D | QueryEditor.test.tsx | 80 await ui.selectOptionInTest(metrics, 'Logs'); 130 await ui.selectOptionInTest(metrics, 'Logs');
|
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/ |
H A D | index.ts | 200 export { selectOptionInTest } from './Select/test-utils';
|
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/ |
H A D | AmRoutes.test.tsx | 21 import { selectOptionInTest } from '@grafana/ui'; 535 await selectOptionInTest(selectElement, optionText); 543 await selectOptionInTest(selectElement, timeUnit);
|
H A D | Receivers.test.tsx | 26 import { selectOptionInTest } from '@grafana/ui'; 117 await selectOptionInTest(selectElement, optionText);
|
H A D | RuleEditor.test.tsx | 9 import { selectOptionInTest } from '@grafana/ui'; 511 await selectOptionInTest(selectElement, optionText as string);
|
/dports/www/grafana8/grafana-8.3.6/public/build/ |
H A D | 7095.0e38943fa459e872fe93.js.map | 1 …selectOptionInTest = async (\n input: HTMLElement,\n optionOrOptions: string | RegExp | Array<st…
|