Skip to content

Commit

Permalink
1 act error removed from PropertyModal test
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Sep 9, 2022
1 parent 71459a6 commit 532a31a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ test('Empty "Certified by" should clear "Certification details"', async () => {
};
renderModal(noCertifiedByProps);

expect(
await screen.findByRole('textbox', { name: 'Certification details' }),
).toBeInTheDocument();
expect(
screen.getByRole('textbox', { name: 'Certification details' }),
).toHaveValue('');
Expand Down

0 comments on commit 532a31a

Please sign in to comment.