diff --git a/cypress/support/commands.js b/cypress/support/commands.js index f1419f4..5832380 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -65,6 +65,7 @@ Cypress.Commands.add('validateTimeline', (timeline) => { cy.getNthVirtualArticle(i).get('.status-header span').should('contain', status.followedBy) cy.getNthVirtualArticle(i).get('.status-header span').should('contain', 'followed you') } + cy.wait(50) cy.getNthVirtualArticle(i).scrollIntoView() cy.get('.loading-footer').should('not.exist') })