mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-27 03:03:37 -05:00
Add data-job-status attr to all StatusIcons so that automated tests can determine whether or not a status has been updated via websockets.
This commit is contained in:
@@ -93,7 +93,7 @@ SkippedBottom.displayName = 'SkippedBottom';
|
||||
|
||||
const StatusIcon = ({ status, ...props }) => {
|
||||
return (
|
||||
<div {...props}>
|
||||
<div {...props} data-job-status={status}>
|
||||
{status === 'running' && <RunningJob />}
|
||||
{(status === 'new' ||
|
||||
status === 'pending' ||
|
||||
|
||||
Reference in New Issue
Block a user