From b2497a84ad566fb3b97816f9fa282d59f99d5ff8 Mon Sep 17 00:00:00 2001 From: akus062381 Date: Tue, 27 Apr 2021 14:11:57 -0400 Subject: [PATCH] small change --- .../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 c8c7ee494a..5255e280bf 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="deleteButton" + ouiaId="delete-button" spinnerAriaValueText={isLoading ? 'Loading' : undefined} component="button" onClick={() => { @@ -241,7 +241,7 @@ function ToolbarDeleteButton({