mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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:
parent
45ca9976f3
commit
8fab4559b9
@ -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' ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user