From cc5a73aeb96433a21aa091bc27b59f9e0a90a572 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 28 Apr 2021 10:48:53 -0400 Subject: [PATCH] Fixes React does not recognize the `ouiaId` prop on a DOM element warning in NotificationTemplateList test --- .../NotificationTemplateList/NotificationTemplateList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx b/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx index ea06a49c03..d5079b079e 100644 --- a/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx +++ b/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx @@ -227,7 +227,7 @@ function NotificationTemplatesList({ i18n }) { {i18n._(t`Failed to delete one or more notification template.`)} - + {testToasts .filter(notification => notification.status !== 'pending') .map(notification => (