mirror of
https://github.com/ansible/awx.git
synced 2026-04-19 17:00:20 -02: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