Skip to content

Commit b1402f7

Browse files
committed
self-review #2
1 parent b1ace9e commit b1402f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/conditions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ describe('Conditional attributes updated', () => {
280280
expect(fields[1].description).toBe('Any value works.');
281281
expect(fields[1].isVisible).toBe(false);
282282

283-
// Given "Yes" it keeps the base value 🐛🐛 FAILING BUG
283+
// Given "Yes" it keeps the base value
284284
expect(handleValidation({ is_full_time: 'yes' }).formErrors).toEqual({
285285
hours: 'Required field',
286286
});

0 commit comments

Comments
 (0)