mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardPreviews: add dashboard previews behind feature flag (#43226)
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> Co-authored-by: Artur Wierzbicki <artur@arturwierzbicki.com>
This commit is contained in:
@@ -274,9 +274,11 @@ export const Components = {
|
||||
*/
|
||||
items: 'Search items',
|
||||
itemsV2: 'data-testid Search items',
|
||||
cards: 'data-testid Search cards',
|
||||
collapseFolder: (sectionId: string) => `data-testid Collapse folder ${sectionId}`,
|
||||
expandFolder: (sectionId: string) => `data-testid Expand folder ${sectionId}`,
|
||||
dashboardItem: (item: string) => `${Components.Search.dashboardItems} ${item}`,
|
||||
dashboardCard: (item: string) => `data-testid Search card ${item}`,
|
||||
dashboardItems: 'data-testid Dashboard search item',
|
||||
},
|
||||
DashboardLinks: {
|
||||
|
||||
Reference in New Issue
Block a user