mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardScene: Show dashboard not found view (#89342)
* DashboardScene: Show dashboard not found view * Test fix * Use correct selector
This commit is contained in:
@@ -603,4 +603,7 @@ export const Components = {
|
||||
headerOrderSwitch: 'data-testid header-order-switch',
|
||||
headerPreviewSwitch: 'data-testid header-preview-switch',
|
||||
},
|
||||
EntityNotFound: {
|
||||
container: 'data-testid entity-not-found',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user