Skip to content

Commit

Permalink
fix: fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed May 3, 2024
1 parent 7ae9e7a commit ef427ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/home-e2e/src/e2e/home.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('home', () => {
.first()
.children('div')
.eq(1)
.children('img')
.children('a')
.should('have.length', 2)
})
it('should have a button to the newsletter subscription', () => {
Expand Down

0 comments on commit ef427ee

Please sign in to comment.