diff --git a/awx/ui_next/src/components/CopyButton/CopyButton.jsx b/awx/ui_next/src/components/CopyButton/CopyButton.jsx
index 2856c69c0c..1f5dd9cff4 100644
--- a/awx/ui_next/src/components/CopyButton/CopyButton.jsx
+++ b/awx/ui_next/src/components/CopyButton/CopyButton.jsx
@@ -17,6 +17,7 @@ function CopyButton({
onCopyFinish,
errorMessage,
i18n,
+ ouiaId,
}) {
const { isLoading, error: copyError, request: copyItemToAPI } = useRequest(
copyItem
@@ -35,6 +36,7 @@ function CopyButton({
<>
-
+
{testToasts
.filter(notification => notification.status !== 'pending')
.map(notification => (
diff --git a/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx b/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx
index 71d32e9821..025e4b7465 100644
--- a/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx
+++ b/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx
@@ -119,6 +119,7 @@ function NotificationTemplateListItem({