mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Fixes React does not recognize the ouiaId prop on a DOM element warning in NotificationTemplateList test
This commit is contained in:
@@ -227,7 +227,7 @@ function NotificationTemplatesList({ i18n }) {
|
|||||||
{i18n._(t`Failed to delete one or more notification template.`)}
|
{i18n._(t`Failed to delete one or more notification template.`)}
|
||||||
<ErrorDetail error={deletionError} />
|
<ErrorDetail error={deletionError} />
|
||||||
</AlertModal>
|
</AlertModal>
|
||||||
<AlertGroup ouiaId="notification-template-alerts" isToast>
|
<AlertGroup data-cy="notification-template-alerts" isToast>
|
||||||
{testToasts
|
{testToasts
|
||||||
.filter(notification => notification.status !== 'pending')
|
.filter(notification => notification.status !== 'pending')
|
||||||
.map(notification => (
|
.map(notification => (
|
||||||
|
|||||||
Reference in New Issue
Block a user