From 930561faf56c41efa84863c62814b2a874878266 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Wed, 17 Nov 2021 11:20:43 +0000 Subject: [PATCH] Explorer UI tests . This `data-testid` was missing and is needed after changes to DataGrid into MUI-Table --- explorer/src/components/DetailTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/explorer/src/components/DetailTable.tsx b/explorer/src/components/DetailTable.tsx index 3802846007..fbb974dc80 100644 --- a/explorer/src/components/DetailTable.tsx +++ b/explorer/src/components/DetailTable.tsx @@ -66,6 +66,7 @@ export const DetailTable: React.FC<{ padding: 2, width: 200, }} + data-testid={`${_.title.replace(/ /g, '-')}-value`} > {formatCellValues( eachRow[columnsData[index].field],