mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
add testability
This commit is contained in:
parent
e2c8519b77
commit
510a546d8c
@ -17,6 +17,7 @@ function HostListItem({ host, isSelected, onSelect, detailUrl, rowIndex }) {
|
||||
return (
|
||||
<Tr id={`host-row-${host.id}`}>
|
||||
<Td
|
||||
data-cy={`host-row-${host.id}`}
|
||||
select={{
|
||||
rowIndex,
|
||||
isSelected,
|
||||
|
||||
@ -23,6 +23,7 @@ function InventoryHostItem({
|
||||
return (
|
||||
<Tr id={`host-row-${host.id}`}>
|
||||
<Td
|
||||
data-cy={`host-row-${host.id}`}
|
||||
select={{
|
||||
rowIndex,
|
||||
isSelected,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user