Correct test descriptions

This commit is contained in:
Wolfgang Huß 2021-06-03 17:14:56 +02:00
parent 627a20f66a
commit a53d3cf633

View File

@ -29,11 +29,11 @@ describe('PageFooter.vue', () => {
wrapper = Wrapper()
})
it('renders three links', () => {
it('renders four links', () => {
expect(wrapper.findAll('a')).toHaveLength(4)
})
it('renders four nuxt-links', () => {
it('renders three nuxt-links', () => {
expect(wrapper.findAll('.nuxt-link')).toHaveLength(3)
})