Skip to content

Commit

Permalink
test(unit): update spec of Privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed May 15, 2024
1 parent 6f6be4c commit 695a57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Privacy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Basic render Privacy', () => {
})

it('Check if the card is rendered correctly', () => {
expect(card.find('h2').text()).toBe('Política de Privacidade do Wallet Digitalz')
expect(card.find('h2').text()).toBe('Política de Privacidade')
expect(card.findAll('p').length).toBe(6) // Verifique se todos os parágrafos estão presentes
expect(card.findAll('h3').length).toBe(5) // Verifique se todos os títulos secundários estão presentes
})
Expand Down

0 comments on commit 695a57a

Please sign in to comment.