[affected:*][ci:force] Fixed e2e with new notation

This commit is contained in:
Vito Albano
2024-03-20 09:21:46 +00:00
parent dc6ecf0f54
commit 3aff16f852
8 changed files with 24 additions and 11 deletions
@@ -123,8 +123,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();