diff --git a/changelogs/fragments/8833.yml b/changelogs/fragments/8833.yml new file mode 100644 index 000000000000..922656d7d8b8 --- /dev/null +++ b/changelogs/fragments/8833.yml @@ -0,0 +1,2 @@ +fix: +- Adds test id for workspace multi-deletion button ([#8833](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8833)) \ No newline at end of file diff --git a/src/plugins/workspace/public/components/workspace_list/index.tsx b/src/plugins/workspace/public/components/workspace_list/index.tsx index 158713186c0d..baee010b73d6 100644 --- a/src/plugins/workspace/public/components/workspace_list/index.tsx +++ b/src/plugins/workspace/public/components/workspace_list/index.tsx @@ -347,7 +347,13 @@ export const WorkspaceListInner = ({ return ( isDashboardAdmin && ( <> - + Delete {selection.length} Workspace {deletedWorkspaces && deletedWorkspaces.length > 0 && (