(anchor, ms = 0)
| 42 | } |
| 43 | |
| 44 | export function clickAnchor(anchor, ms = 0) { |
| 45 | fireWithTimers(() => { |
| 46 | fireEvent.click(anchor) |
| 47 | }, ms) |
| 48 | } |
| 49 | |
| 50 | export async function waitForTooltip(id) { |
| 51 | await waitFor(() => { |
no test coverage detected
searching dependent graphs…