NestedFolders: Basic item selection (#66843)
* NestedFolders: Item selection state * Select children in state * Unselect parents when children are unselected * remove unneeded comment * tests * tidy test a little bit * tidy test a little bit * tidy test a little bit * tidy test a little bit * tidy test a little bit
This commit is contained in:
@@ -269,6 +269,12 @@ export const Pages = {
|
||||
interval: 'Playlist interval',
|
||||
itemDelete: 'Delete playlist item',
|
||||
},
|
||||
BrowseDashbards: {
|
||||
table: {
|
||||
row: (uid: string) => `data-testid ${uid} row`,
|
||||
checkbox: (uid: string) => `data-testid ${uid} checkbox`,
|
||||
},
|
||||
},
|
||||
Search: {
|
||||
url: '/?search=openn',
|
||||
FolderView: {
|
||||
|
||||
Reference in New Issue
Block a user