Skip to content

Commit

Permalink
test: Fix act error in PropertyModal test (#21400)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams authored Sep 9, 2022
1 parent 714196e commit 9318e26
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 9318e26

Please sign in to comment.