diff --git a/src/pages/dataElements/List.spec.tsx b/src/pages/dataElements/List.spec.tsx index 56da08a2..6d54386c 100644 --- a/src/pages/dataElements/List.spec.tsx +++ b/src/pages/dataElements/List.spec.tsx @@ -89,10 +89,11 @@ describe('Data Elements List', () => { const { getByText } = await renderSection(customData) const columns = [ 'Name', - 'Domain', + 'Domain type', 'Value type', - 'Last updated', + 'Category combination', 'Public access', + 'Last updated', 'Actions', ]