mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
committed by
GitHub
parent
7e4954bd80
commit
d6499792bd
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user