Skip to content

Commit

Permalink
fix: failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Mar 1, 2024
1 parent 22e1600 commit b506bae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/dataElements/List.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]

Expand Down

0 comments on commit b506bae

Please sign in to comment.