diff --git a/src/tables/DataTable/index.tsx b/src/tables/DataTable/index.tsx index abb61364..e4607433 100644 --- a/src/tables/DataTable/index.tsx +++ b/src/tables/DataTable/index.tsx @@ -71,6 +71,7 @@ export function DataTable({ {rows.map(row => ( + // `data-id` is expected by `cy.getTableRowById()` custom command {row.getVisibleCells().map(cell => (