Wizard V2: Packages refactor, recommendations fix.

This commit is contained in:
Andrew Dewar 2024-04-30 22:26:57 +01:00 committed by Michal Gold
parent 8271e6d159
commit f9aae48dd1
10 changed files with 408 additions and 236 deletions

View file

@ -312,6 +312,14 @@ describe('Step Packages', () => {
await screen.findByText('Too many results to display');
});
test('should display too short', async () => {
await setUp();
await typeIntoSearchBox('t');
await screen.findByText('The search value is too short');
});
test('should display relevant results in selected first', async () => {
await setUp();