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:
Ashley Harrison
2023-04-25 17:08:40 +01:00
committed by GitHub
parent bb66f14c1d
commit e6e741546f
20 changed files with 436 additions and 61 deletions
@@ -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',