From 033adcb8b8e6391a3f3305303b437d05d2e0e952 Mon Sep 17 00:00:00 2001 From: akus062381 Date: Tue, 27 Apr 2021 13:13:50 -0400 Subject: [PATCH] fixed locators --- .../src/components/PaginatedDataList/ToolbarDeleteButton.jsx | 2 ++ .../Inventory/InventoryDetail/InventoryDetail.test.jsx | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.jsx b/awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.jsx index f7879da373..775bd5392f 100644 --- a/awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.jsx +++ b/awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.jsx @@ -225,6 +225,7 @@ function ToolbarDeleteButton({ key="add" isDisabled={isDisabled} isLoading={isLoading} + ouiaId="kebab-deleteButton" spinnerAriaValueText={isLoading ? 'Loading' : undefined} component="button" onClick={() => { @@ -240,6 +241,7 @@ function ToolbarDeleteButton({