add testability

This commit is contained in:
Tiago
2021-05-04 14:00:24 -03:00
parent 510a546d8c
commit 2cfdf08500

View File

@@ -52,6 +52,7 @@ function InventorySourceListItem({
<> <>
<Tr id={`source-row-${source.id}`}> <Tr id={`source-row-${source.id}`}>
<Td <Td
data-cy={`source-row-${source.id}`}
select={{ select={{
rowIndex, rowIndex,
isSelected, isSelected,