18123: Add test for resources shared with group.
[arvados-workbench2.git] / src / views-components / data-explorer / renderers.tsx
index e87c9f33a7dafbd2ee4fe9253c9ea93dd7b162a0..a13269e5b544d50023e7ccab3b638f5f0d9e2bcd 100644 (file)
@@ -171,7 +171,7 @@ export const ResourceFullName = connect(
 
 
 const renderUuid = (item: { uuid: string }) =>
-    <Typography noWrap>{item.uuid}</Typography>;
+    <Typography data-cy="uuid" noWrap>{item.uuid}</Typography>;
 
 export const ResourceUuid = connect(
     (state: RootState, props: { uuid: string }) => {