Skip to content

Commit

Permalink
self-review #2
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrina-p committed Nov 6, 2023
1 parent b1ace9e commit b1402f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/conditions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ describe('Conditional attributes updated', () => {
expect(fields[1].description).toBe('Any value works.');
expect(fields[1].isVisible).toBe(false);

// Given "Yes" it keeps the base value 🐛🐛 FAILING BUG
// Given "Yes" it keeps the base value
expect(handleValidation({ is_full_time: 'yes' }).formErrors).toEqual({
hours: 'Required field',
});
Expand Down

0 comments on commit b1402f7

Please sign in to comment.