Skip to content

Commit

Permalink
fix: fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 24, 2024
1 parent 1353ca7 commit e3a0116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/routes/resolve.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ it('resolve', () => {
cy.get('.e2e-theme-content ul li').each((el) => {
const data = JSON.parse(/: (\{.*\})\s*$/.exec(el.text())![1])

expect(data).to.include(result)
expect(data).to.deep.include(result)
})
})

0 comments on commit e3a0116

Please sign in to comment.