0
Fork 0
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:
Marc Bernard 2024-07-29 11:12:30 -04:00
parent 87fa9270a5
commit 096d634917

View file

@ -69,6 +69,6 @@ describe('Sidebar', () => {
});
// package name + keyword
await waitFor(() => expect(screen.getAllByText('got')).toHaveLength(2));
expect(screen.getByAltText('es6 modules')).toBeInTheDocument();
expect(screen.getByAltText('ABAP module')).toBeInTheDocument();
});
});