Skip to content

Commit

Permalink
use skipHover to fix another test #1541
Browse files Browse the repository at this point in the history
  • Loading branch information
kaperoo committed Oct 13, 2023
1 parent 0043575 commit 7fe8811
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ describe('Admin Download Status Table', () => {

describe('text filters', () => {
it('should filter username properly', async () => {
// use skipHover to avoid triggering sort tooltips which slow the test down
user = userEvent.setup({ delay: null, skipHover: true });

renderComponent();
await flushPromises();

Expand Down

0 comments on commit 7fe8811

Please sign in to comment.