Build for previous commit #150
Annotations
10 errors
src/tests/components/Content/FormLogin.test.ts > FormLogin.vue > handles successful login:
src/tests/components/Content/FormLogin.test.ts#L56
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Welcome back John Doe!",
- "pos": "bottom-right",
- "status": "success",
+ "pos": "top-right",
+ "status": "primary",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormLogin.test.ts:56:36
|
src/tests/components/Content/FormLogin.test.ts > FormLogin.vue > Handle login using the v-model:
src/tests/components/Content/FormLogin.test.ts#L102
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Welcome back John Doe!",
- "pos": "bottom-right",
- "status": "success",
+ "pos": "top-right",
+ "status": "primary",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormLogin.test.ts:102:36
|
src/tests/components/Content/FormRegister.test.ts > FormRegister.vue > handles successful register:
src/tests/components/Content/FormRegister.test.ts#L108
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Succesfully registered John Doe!",
- "pos": "bottom-right",
+ "pos": "top-right",
"status": "success",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormRegister.test.ts:108:36
|
src/tests/components/Content/FormRegister.test.ts > FormRegister.vue > Handle form using the v-model:
src/tests/components/Content/FormRegister.test.ts#L166
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Succesfully registered John Doe!",
- "pos": "bottom-right",
+ "pos": "top-right",
"status": "success",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormRegister.test.ts:166:36
|
Vite - Node 20
Process completed with exit code 1.
|
src/tests/components/Content/FormLogin.test.ts > FormLogin.vue > handles successful login:
src/tests/components/Content/FormLogin.test.ts#L56
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Welcome back John Doe!",
- "pos": "bottom-right",
- "status": "success",
+ "pos": "top-right",
+ "status": "primary",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormLogin.test.ts:56:36
|
src/tests/components/Content/FormLogin.test.ts > FormLogin.vue > Handle login using the v-model:
src/tests/components/Content/FormLogin.test.ts#L102
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Welcome back John Doe!",
- "pos": "bottom-right",
- "status": "success",
+ "pos": "top-right",
+ "status": "primary",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormLogin.test.ts:102:36
|
src/tests/components/Content/FormRegister.test.ts > FormRegister.vue > handles successful register:
src/tests/components/Content/FormRegister.test.ts#L108
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Succesfully registered John Doe!",
- "pos": "bottom-right",
+ "pos": "top-right",
"status": "success",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormRegister.test.ts:108:36
|
src/tests/components/Content/FormRegister.test.ts > FormRegister.vue > Handle form using the v-model:
src/tests/components/Content/FormRegister.test.ts#L166
AssertionError: expected "spy" to be called with arguments: [ { …(4) } ]
Received:
1st spy call:
Array [
Object {
"message": "Succesfully registered John Doe!",
- "pos": "bottom-right",
+ "pos": "top-right",
"status": "success",
"timeout": 4000,
},
]
Number of calls: 1
❯ src/tests/components/Content/FormRegister.test.ts:166:36
|
Vite - Node 18
Process completed with exit code 1.
|