Wizard V2: Packages refactor, recommendations fix.
This commit is contained in:
parent
8271e6d159
commit
f9aae48dd1
10 changed files with 408 additions and 236 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue