mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[affected:*][ci:force] Fixed e2e with new notation
This commit is contained in:
@@ -122,8 +122,8 @@ describe('InfiniteScrollDatasource', () => {
|
||||
expect(renderedItems[0].innerText).toBe('test1');
|
||||
expect(renderedItems[2].innerText).toBe('test3');
|
||||
});
|
||||
// eslint-disable-next-line
|
||||
xit('should load next batch when user scrolls towards the end of the list', fakeAsync(() => {
|
||||
|
||||
it('should load next batch when user scrolls towards the end of the list', fakeAsync(() => {
|
||||
fixture.autoDetectChanges();
|
||||
const stable = fixture.whenStable();
|
||||
const renderingDone = fixture.whenRenderingDone();
|
||||
|
Reference in New Issue
Block a user