mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Correct test descriptions
This commit is contained in:
parent
627a20f66a
commit
a53d3cf633
@ -29,11 +29,11 @@ describe('PageFooter.vue', () => {
|
|||||||
wrapper = Wrapper()
|
wrapper = Wrapper()
|
||||||
})
|
})
|
||||||
|
|
||||||
it('renders three links', () => {
|
it('renders four links', () => {
|
||||||
expect(wrapper.findAll('a')).toHaveLength(4)
|
expect(wrapper.findAll('a')).toHaveLength(4)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('renders four nuxt-links', () => {
|
it('renders three nuxt-links', () => {
|
||||||
expect(wrapper.findAll('.nuxt-link')).toHaveLength(3)
|
expect(wrapper.findAll('.nuxt-link')).toHaveLength(3)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user