From 8fab4559b9b463480eb7f24e583306f44080f23d Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 11 Sep 2020 09:27:44 -0400 Subject: [PATCH] Add data-job-status attr to all StatusIcons so that automated tests can determine whether or not a status has been updated via websockets. --- awx/ui_next/src/components/StatusIcon/StatusIcon.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/components/StatusIcon/StatusIcon.jsx b/awx/ui_next/src/components/StatusIcon/StatusIcon.jsx index c468d2f2ddf8..c386a270e9af 100644 --- a/awx/ui_next/src/components/StatusIcon/StatusIcon.jsx +++ b/awx/ui_next/src/components/StatusIcon/StatusIcon.jsx @@ -93,7 +93,7 @@ SkippedBottom.displayName = 'SkippedBottom'; const StatusIcon = ({ status, ...props }) => { return ( -
+
{status === 'running' && } {(status === 'new' || status === 'pending' ||