mirror of
https://github.com/apache/superset.git
synced 2026-06-02 14:19:21 +00:00
refactor: Upgrade to React 17 (#31961)
This commit is contained in:
committed by
GitHub
parent
aa74ba3da2
commit
7e2b7941f3
@@ -74,5 +74,7 @@ test('shows link icon when hovering', async () => {
|
||||
asyncRender(3);
|
||||
expect(screen.queryByRole('img', { name: 'full' })).not.toBeInTheDocument();
|
||||
userEvent.hover(await screen.findByText('Dashboard 1'));
|
||||
expect(await screen.findByRole('img', { name: 'full' })).toBeInTheDocument();
|
||||
expect(
|
||||
(await screen.findAllByRole('img', { name: 'full' }))[0],
|
||||
).toBeInTheDocument();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user