DashboardList/AlertList: Fix for missing All folder value (#39772) (#39886)

* DashboardList/AlertList: Fix for missing All folder value

* Refactor: Fixes case where folder does not exist in results

(cherry picked from commit 7c7b21b39e)

Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-10-01 13:38:38 +02:00
committed by GitHub
co-authored by Hugo Häggmark
parent c61395d7dc
commit 05c0e83802
11 changed files with 495 additions and 37 deletions
@@ -200,6 +200,9 @@ export const Components = {
FolderPicker: {
container: 'Folder picker select container',
},
ReadonlyFolderPicker: {
container: 'data-testid Readonly folder picker select container',
},
DataSourcePicker: {
container: 'Data source picker select container',
input: () => 'input[id="data-source-picker"]',