Skip to content

Commit

Permalink
PMM-12952 Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Feb 27, 2024
1 parent 35878dc commit e70b87f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ describe('getAdditionalOptions ::', () => {
const fields = container.querySelectorAll('input');
const trakingFields = screen.getAllByTestId('tracking-radio-button');
expect(trakingFields.length).toBe(trackingOptions.length);
expect(fields.length).toBe(13);
expect(fields.length).toBe(14);
});
});

0 comments on commit e70b87f

Please sign in to comment.