lint fix
This commit is contained in:
parent
9dfe76692f
commit
801f457a70
|
@ -99,5 +99,4 @@ describe('Basic timeline spec', () => {
|
|||
cy.url().should('contain', '/favorites')
|
||||
cy.validateTimeline(favorites)
|
||||
})
|
||||
|
||||
})
|
||||
|
|
|
@ -34,4 +34,4 @@ describe('Pinned statuses', () => {
|
|||
cy.get('.pinned-statuses .status-article[aria-posinset=1]').should('have.attr', 'aria-setsize', '2')
|
||||
cy.get('.pinned-statuses .status-article[aria-posinset=1]').should('contain', 'pinned toot 2')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
@ -77,4 +77,4 @@ Cypress.Commands.add('validateTimeline', (timeline) => {
|
|||
cy.getNthVirtualArticle(i).scrollIntoView()
|
||||
cy.get('.loading-footer').should('not.exist')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue