Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Jan 16, 2025
1 parent 5b2757f commit b16ed20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/index.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('The home page', () => {
cy.contains('Load More').trigger('mouseover').click()
cy.wait('@indexMore')
cy.get('#articleList .gothamist-card').should('have.length', 20)
cy.get('#articleList .card-title-link').eq(6).should('have.focus')
cy.get('#articleList .card-title-link').eq(10).should('have.focus')
})
it('hides and shows the fixed header', () => {
cy.visit('/')
Expand Down

0 comments on commit b16ed20

Please sign in to comment.