Skip to content

Commit

Permalink
Update packages/dnb-eufemia/src/extensions/forms/Iterate/__tests__/Ar…
Browse files Browse the repository at this point in the history
…ray.test.tsx

Co-authored-by: Tobias Høegh <[email protected]>
  • Loading branch information
henit and tujoworker authored Sep 11, 2023
1 parent b608e9a commit 2e8c4d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ describe('Iterate.Array', () => {

const fields = document.querySelectorAll('input')
expect(fields).toHaveLength(4)

const fieldFoo = fields[0]
const fieldLorem1 = fields[1]
const fieldBar = fields[2]
Expand Down

0 comments on commit 2e8c4d8

Please sign in to comment.