Skip to content

Commit

Permalink
Import from RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Nov 23, 2024
1 parent 7f2c8b6 commit a01e307
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*/

import React from 'react';
import { waitForEuiPopoverOpen, screen, render } from '@elastic/eui/lib/test/rtl';
import { waitFor } from '@testing-library/react';
import { waitForEuiPopoverOpen } from '@elastic/eui/lib/test/rtl';
import { render, waitFor, screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { FilterPopover } from '.';

Expand Down

0 comments on commit a01e307

Please sign in to comment.