mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix page footer test
This commit is contained in:
parent
acad80c3c8
commit
367936af3b
@ -33,8 +33,8 @@ describe('PageFooter.vue', () => {
|
||||
expect(wrapper.findAll('a')).toHaveLength(5)
|
||||
})
|
||||
|
||||
it('renders three nuxt-links', () => {
|
||||
expect(wrapper.findAll('.nuxt-link')).toHaveLength(3)
|
||||
it('renders four nuxt-links', () => {
|
||||
expect(wrapper.findAll('.nuxt-link')).toHaveLength(4)
|
||||
})
|
||||
|
||||
it('renders version', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user