mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Fix sidebar test
This commit is contained in:
parent
87fa9270a5
commit
096d634917
1 changed files with 1 additions and 1 deletions
|
@ -69,6 +69,6 @@ describe('Sidebar', () => {
|
||||||
});
|
});
|
||||||
// package name + keyword
|
// package name + keyword
|
||||||
await waitFor(() => expect(screen.getAllByText('got')).toHaveLength(2));
|
await waitFor(() => expect(screen.getAllByText('got')).toHaveLength(2));
|
||||||
expect(screen.getByAltText('es6 modules')).toBeInTheDocument();
|
expect(screen.getByAltText('ABAP module')).toBeInTheDocument();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue