Skip to content

Commit

Permalink
[ACS-6427] E2E fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Feb 15, 2024
1 parent 4b22e05 commit f6a15fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/protractor/suites/search/search-filters.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ describe('Search filters', () => {
await peopleFilter.closeDialog();

await searchInput.clickSearchButton();
await searchInput.searchFor(fileJpgUser1.name);
await searchInput.searchFor(`${fileJpgUser1.name}*`);
await dataTable.waitForBody();

const expectedUsers2 = [`${user1} ${user1}`];
Expand Down

0 comments on commit f6a15fc

Please sign in to comment.