Add more unit tests and update integration tests

This commit is contained in:
Conor McNamara
2023-03-29 20:24:11 +01:00
parent 70d24a9e26
commit bda8885fa1
10 changed files with 126 additions and 49 deletions

View File

@ -36,7 +36,4 @@ describe('Navbar.vue Component Test', () => {
expect(wrapper.text()).to.include('Logout');
})
})
})
// wrapper.find('input[type=checkbox]').setChecked();
})