mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
fix size
This commit is contained in:
@@ -267,7 +267,7 @@ describe('Search Number Range Filter', () => {
|
||||
for (const currentResult of results) {
|
||||
const currentSize = await BrowserActions.getAttribute(currentResult, 'title');
|
||||
if (currentSize && currentSize.trim() !== '') {
|
||||
await expect(currentSize === '0').toBe(true);
|
||||
await expect((currentSize === '0' || currentSize === '1')).toBe(true);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user