Update branch for JS-API PR#3674 (#7154)

* [ci:force][auto-commit] Update JS-API to 4.5.0-3672 for branch: update-js-api originated from JS-API PR: 3674

* Update search-filters.e2e.ts

Co-authored-by: Travis CI User <travis@example.org>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
Alfresco Build User
2021-07-07 10:36:29 +01:00
committed by GitHub
parent 7e4954bd80
commit d6499792bd
13 changed files with 19 additions and 19 deletions

View File

@@ -172,7 +172,7 @@ describe('Search Filters', () => {
await expect(await paginationPage.getTotalNumberOfFiles()).toEqual(bucketNumberForFilter);
resultFileNames.map(async (nameOfResultFiles) => {
await expect(nameOfResultFiles).toContain('.png');
await expect(nameOfResultFiles.toLowerCase()).toContain('.png');
});
});