From 315018b274a0ecade54d308bbee1a33bd7dc5822 Mon Sep 17 00:00:00 2001 From: akus062381 Date: Tue, 27 Apr 2021 13:17:49 -0400 Subject: [PATCH] small fix --- .../src/components/PaginatedDataList/ToolbarDeleteButton.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.jsx b/awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.jsx index 775bd5392f..c8c7ee494a 100644 --- a/awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.jsx +++ b/awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.jsx @@ -225,7 +225,7 @@ function ToolbarDeleteButton({ key="add" isDisabled={isDisabled} isLoading={isLoading} - ouiaId="kebab-deleteButton" + ouiaId="deleteButton" spinnerAriaValueText={isLoading ? 'Loading' : undefined} component="button" onClick={() => { @@ -241,7 +241,7 @@ function ToolbarDeleteButton({