Skip to content

Commit

Permalink
Adjust e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Jun 14, 2024
1 parent 7a93fce commit 8081b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/test/e2e/resources/resources-state.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ test.describe('resources/state --', () => {
await SearchConstraintsPage.clickSelectDropdownValue('Brandschicht');
await SearchConstraintsPage.clickAddConstraintButton();
await SearchBarPage.clickSearchBarInputField();
await SearchBarPage.typeInSearchField('S');

await waitForExist(await ResourcesSearchBarPage.getSuggestionsBox());
const suggestions = await ResourcesSearchBarPage.getSuggestions();
Expand Down

0 comments on commit 8081b92

Please sign in to comment.