DashboardScene: Show dashboard not found view (#89342)

* DashboardScene: Show dashboard not found view

* Test fix

* Use correct selector
This commit is contained in:
Dominik Prokop
2024-06-19 13:33:29 +02:00
committed by GitHub
parent 8eabef1f91
commit d46df10d30
8 changed files with 116 additions and 11 deletions

View File

@@ -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',
},
};