Skip to content

Commit

Permalink
test coverage tiny tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
adghayes committed Oct 3, 2023
1 parent 45ded8d commit 69003aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,7 @@ test('exporting report PDF', async () => {
expect(pdfResult.getByTestId('total-ballot-count')).toHaveTextContent('10');
});

userEvent.click(screen.getButton('Close'));

jest.useRealTimers();
});

0 comments on commit 69003aa

Please sign in to comment.