Nested folders: Create basic Move/Delete modals (#67140)
* add modal scaffolding * add some unit tests * remove dummy api, add some TODO comments * small test refactor * another small test refactor * fix unit tests due to aria-label/data-testid change
This commit is contained in:
@@ -38,7 +38,7 @@ export const Pages = {
|
||||
dataSourcePluginsV2: (pluginName: string) => `Add new data source ${pluginName}`,
|
||||
},
|
||||
ConfirmModal: {
|
||||
delete: 'Confirm Modal Danger Button',
|
||||
delete: 'data-testid Confirm Modal Danger Button',
|
||||
},
|
||||
AddDashboard: {
|
||||
url: '/dashboard/new',
|
||||
|
||||
Reference in New Issue
Block a user