mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard Scene: Chore - Add missing unit test to PanelDataQueryTab (#87139)
* Create basic structure PanelDataQueriesTab unit test * Add more test cases to the PanelDataQueriesTab test * Update public/app/features/dashboard-scene/panel-edit/VizPanelManager.tsx
This commit is contained in:
@@ -286,6 +286,8 @@ export const Components = {
|
||||
queryInspectorButton: 'Query inspector button',
|
||||
queryHistoryButton: 'data-testid query-history-button',
|
||||
addQuery: 'data-testid query-tab-add-query',
|
||||
queryGroupTopSection: 'data-testid query group top section',
|
||||
addExpression: 'data-testid query-tab-add-expression',
|
||||
},
|
||||
QueryHistory: {
|
||||
queryText: 'Query text',
|
||||
|
||||
Reference in New Issue
Block a user