global recycle bin #2220
unit-tests.yaml
on: push
Matrix: Unit Tests (App)
Matrix: Unit Tests (Frontend)
Publish to Code Climate
0s
Annotations
14 errors and 19 warnings
tests/unit/store/objectStore.spec.ts > Object Store > fetchObjects > gets the object list:
frontend/tests/unit/store/objectStore.spec.ts#L188
AssertionError: expected "searchObjects" to be called with arguments: [ { bucketId: [ '000' ], …(2) }, {} ]
Received:
1st searchObjects call:
Array [
Object {
"bucketId": Array [
"000",
],
+ "limit": 50,
"objectId": Array [
"000",
],
+ "order": "desc",
+ "page": 1,
+ "sort": "updatedAt",
"tagset": undefined,
},
Object {},
]
Number of calls: 1
❯ tests/unit/store/objectStore.spec.ts:188:32
|
tests/unit/store/objectStore.spec.ts > Object Store > fetchObjects > does not change state on error:
frontend/tests/unit/store/objectStore.spec.ts#L214
AssertionError: expected "searchObjects" to be called with arguments: [ { bucketId: [ '000' ], …(2) }, {} ]
Received:
1st searchObjects call:
Array [
Object {
"bucketId": Array [
"000",
],
+ "limit": 50,
"objectId": Array [
"000",
],
+ "order": "desc",
+ "page": 1,
+ "sort": "updatedAt",
"tagset": undefined,
},
Object {},
]
Number of calls: 1
❯ tests/unit/store/objectStore.spec.ts:214:32
|
tests/unit/components/layout/Navbar.spec.ts > Navbar.vue > tests isAuthenticated true:
frontend/tests/unit/components/layout/Navbar.spec.ts#L56
AssertionError: expected [ DOMWrapper{ …(2) }, …(3) ] to have a length of 3 but got 4
- Expected
+ Received
- 3
+ 4
❯ tests/unit/components/layout/Navbar.spec.ts:56:21
|
Unit Tests (Frontend) (20.x)
Process completed with exit code 1.
|
Unit Tests (Frontend) (18.x)
The job was canceled because "_20_x" failed.
|
tests/unit/store/objectStore.spec.ts > Object Store > fetchObjects > gets the object list:
frontend/tests/unit/store/objectStore.spec.ts#L188
AssertionError: expected "searchObjects" to be called with arguments: [ { bucketId: [ '000' ], …(2) }, {} ]
Received:
1st searchObjects call:
Array [
Object {
"bucketId": Array [
"000",
],
+ "limit": 50,
"objectId": Array [
"000",
],
+ "order": "desc",
+ "page": 1,
+ "sort": "updatedAt",
"tagset": undefined,
},
Object {},
]
Number of calls: 1
❯ tests/unit/store/objectStore.spec.ts:188:32
|
tests/unit/store/objectStore.spec.ts > Object Store > fetchObjects > does not change state on error:
frontend/tests/unit/store/objectStore.spec.ts#L214
AssertionError: expected "searchObjects" to be called with arguments: [ { bucketId: [ '000' ], …(2) }, {} ]
Received:
1st searchObjects call:
Array [
Object {
"bucketId": Array [
"000",
],
+ "limit": 50,
"objectId": Array [
"000",
],
+ "order": "desc",
+ "page": 1,
+ "sort": "updatedAt",
"tagset": undefined,
},
Object {},
]
Number of calls: 1
❯ tests/unit/store/objectStore.spec.ts:214:32
|
tests/unit/components/layout/Navbar.spec.ts > Navbar.vue > tests isAuthenticated true:
frontend/tests/unit/components/layout/Navbar.spec.ts#L56
AssertionError: expected [ DOMWrapper{ …(2) }, …(3) ] to have a length of 3 but got 4
- Expected
+ Received
- 3
+ 4
❯ tests/unit/components/layout/Navbar.spec.ts:56:21
|
Unit Tests (Frontend) (18.x)
The operation was canceled.
|
Unit Tests (Frontend) (16.x)
The job was canceled because "_20_x" failed.
|
tests/unit/store/objectStore.spec.ts > Object Store > fetchObjects > gets the object list:
frontend/tests/unit/store/objectStore.spec.ts#L188
AssertionError: expected "searchObjects" to be called with arguments: [ { bucketId: [ '000' ], …(2) }, {} ]
Received:
1st searchObjects call:
Array [
Object {
"bucketId": Array [
"000",
],
+ "limit": 50,
"objectId": Array [
"000",
],
+ "order": "desc",
+ "page": 1,
+ "sort": "updatedAt",
"tagset": undefined,
},
Object {},
]
Number of calls: 1
❯ tests/unit/store/objectStore.spec.ts:188:32
|
tests/unit/store/objectStore.spec.ts > Object Store > fetchObjects > does not change state on error:
frontend/tests/unit/store/objectStore.spec.ts#L214
AssertionError: expected "searchObjects" to be called with arguments: [ { bucketId: [ '000' ], …(2) }, {} ]
Received:
1st searchObjects call:
Array [
Object {
"bucketId": Array [
"000",
],
+ "limit": 50,
"objectId": Array [
"000",
],
+ "order": "desc",
+ "page": 1,
+ "sort": "updatedAt",
"tagset": undefined,
},
Object {},
]
Number of calls: 1
❯ tests/unit/store/objectStore.spec.ts:214:32
|
tests/unit/components/layout/Navbar.spec.ts > Navbar.vue > tests isAuthenticated true:
frontend/tests/unit/components/layout/Navbar.spec.ts#L56
AssertionError: expected [ DOMWrapper{ …(2) }, …(3) ] to have a length of 3 but got 4
- Expected
+ Received
- 3
+ 4
❯ tests/unit/components/layout/Navbar.spec.ts:56:21
|
Unit Tests (Frontend) (16.x)
The operation was canceled.
|
Unit Tests (App) (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit Tests (App) (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit Tests (App) (16.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit Tests (Frontend) (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit Tests (Frontend) (20.x):
frontend/src/components/object/ObjectTable.vue#L93
Unexpected console statement
|
Unit Tests (Frontend) (20.x):
frontend/src/components/object/ObjectTableDeleted.vue#L12
'useToast' is defined but never used
|
Unit Tests (Frontend) (20.x):
frontend/src/services/objectService.ts#L287
'objectId' is assigned a value but never used
|
Unit Tests (Frontend) (20.x):
frontend/src/store/objectStore.ts#L175
Unexpected console statement
|
Unit Tests (Frontend) (20.x):
frontend/src/store/objectStore.ts#L255
Unexpected console statement
|
Unit Tests (Frontend) (18.x):
frontend/src/components/object/ObjectTable.vue#L93
Unexpected console statement
|
Unit Tests (Frontend) (18.x):
frontend/src/components/object/ObjectTableDeleted.vue#L12
'useToast' is defined but never used
|
Unit Tests (Frontend) (18.x):
frontend/src/services/objectService.ts#L287
'objectId' is assigned a value but never used
|
Unit Tests (Frontend) (18.x):
frontend/src/store/objectStore.ts#L175
Unexpected console statement
|
Unit Tests (Frontend) (18.x):
frontend/src/store/objectStore.ts#L255
Unexpected console statement
|
Unit Tests (Frontend) (16.x):
frontend/src/components/object/ObjectTable.vue#L93
Unexpected console statement
|
Unit Tests (Frontend) (16.x):
frontend/src/components/object/ObjectTableDeleted.vue#L12
'useToast' is defined but never used
|
Unit Tests (Frontend) (16.x):
frontend/src/services/objectService.ts#L287
'objectId' is assigned a value but never used
|
Unit Tests (Frontend) (16.x):
frontend/src/store/objectStore.ts#L175
Unexpected console statement
|
Unit Tests (Frontend) (16.x):
frontend/src/store/objectStore.ts#L255
Unexpected console statement
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage-app
Expired
|
22.9 KB |
|