Skip to content

Commit

Permalink
updates form test
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Mar 4, 2025
1 parent b86b637 commit 3197082
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/containers/my-projects/form/form.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ describe('project form', () => {
fireEvent.click(OptionOther);

expect(OptionOther).toBeChecked();
expect(container.querySelector('input[name="demographics_other"]')).toBeInTheDocument();
expect(
container.querySelector('input[name="leadership_demographics_other"]')
).toBeInTheDocument();
});
});

0 comments on commit 3197082

Please sign in to comment.