specify the wording of the unit tests regarding the number of nav items

This commit is contained in:
mahula 2022-07-28 08:50:26 +02:00
parent bb120b8b82
commit a413851419

View File

@ -55,7 +55,7 @@ describe('Sidebar', () => {
})
describe('navigation Navbar (user has an elopage account)', () => {
it('has seven b-nav-item in the navbar', () => {
it('has eight b-nav-item in the navbar', () => {
expect(wrapper.findAll('.nav-item')).toHaveLength(8)
})
@ -79,7 +79,7 @@ describe('Sidebar', () => {
wrapper = Wrapper()
})
it('has six b-nav-item in the navbar', () => {
it('has seven b-nav-item in the navbar', () => {
expect(wrapper.findAll('.nav-item')).toHaveLength(7)
})