mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Nested folders: Empty state for nested folder picker (#71464)
* add empty state to nestedfolderpicker, add translations * run i18n:extract * rename i18n key --------- Co-authored-by: joshhunt <josh@trtr.co>
This commit is contained in:
@@ -86,7 +86,7 @@ describe('NestedFolderPicker', () => {
|
||||
expect(screen.queryByRole('button', { name: 'Select folder' })).not.toBeInTheDocument();
|
||||
|
||||
// Search input and folder tree are visible
|
||||
expect(screen.getByPlaceholderText('Search folder')).toBeInTheDocument();
|
||||
expect(screen.getByPlaceholderText('Search folders')).toBeInTheDocument();
|
||||
expect(screen.getByLabelText('Dashboards')).toBeInTheDocument();
|
||||
expect(screen.getByLabelText(folderA.item.title)).toBeInTheDocument();
|
||||
expect(screen.getByLabelText(folderB.item.title)).toBeInTheDocument();
|
||||
|
||||
Reference in New Issue
Block a user