#7896 - 24.36 Dev To Test #648

Merged
jsegarra merged 94 commits from 7896_devToTest_2436 into test 2024-08-27 10:33:02 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 2bea46b601 - Show all commits

View File

@ -44,10 +44,6 @@ describe('Login', () => {
it('should not set the token into session if any error occurred', async () => {
vi.spyOn(axios, 'post').mockReturnValue({ data: null });
vi.spyOn(vm.quasar, 'notify');
await vm.onSubmit();
expect(vm.quasar.notify).not.toHaveBeenCalled();
});
});