mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
add testability
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user