diff --git a/cypress/e2e/mobile.cy.js b/cypress/e2e/mobile.cy.js index 7203edebc30..7610a62441b 100644 --- a/cypress/e2e/mobile.cy.js +++ b/cypress/e2e/mobile.cy.js @@ -9,10 +9,10 @@ describe('Mobile UI', () => { }); describe('Infinite Scroll', () => { - it.only('should load more items when scrolling to the bottom of the page', () => { + it('should load more items when scrolling to the bottom of the page', () => { ListPagePosts.navigate(); + cy.contains('Fusce massa lorem').should('exist'); cy.contains('Sed quo et et fugiat modi').should('not.exist'); - cy.scrollTo('bottom'); cy.wait(500); cy.scrollTo('bottom'); cy.contains('Sed quo et et fugiat modi');