test(e2e): add thumbnail visibility tests for map page - #38
Merged
Annotations
1 error, 12 warnings, and 2 notices
|
api/tests/video-service.spec.ts#L364
1) [other-services] › api/tests/video-service.spec.ts:324:5 › Video Service API › Video Rejection Reason › owner can see rejection reason on their rejected videos
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 0
Object {
- "rejectionReason": null,
"status": "PENDING",
}
362 | (v: { id: string }) => v.id === video.id,
363 | );
> 364 | expect(found).toMatchObject({
| ^
365 | status: "PENDING",
366 | rejectionReason: null,
367 | });
at /home/runner/work/AcctAtlas-integration-tests/AcctAtlas-integration-tests/api/tests/video-service.spec.ts:364:25
|
|
|
|
|
|
e2e/tests/profile/profile-edit.spec.ts#L282
Unexpected usage of not.toBeVisible(). Use toBeHidden() instead
|
|
api/tests/video-service.spec.ts#L193
Unexpected use of the `.skip()` annotation
|
|
api/tests/user-service.spec.ts#L595
Unexpected use of the `.skip()` annotation
|
|
api/tests/user-service.spec.ts#L583
Unexpected use of the `.skip()` annotation
|
|
api/tests/user-service.spec.ts#L568
Unexpected use of the `.skip()` annotation
|
|
api/tests/user-service.spec.ts#L553
Unexpected use of the `.skip()` annotation
|
|
api/tests/user-service.spec.ts#L206
Unexpected use of the `.skip()` annotation
|
|
api/tests/user-service.spec.ts#L194
Unexpected use of the `.skip()` annotation
|
|
api/tests/user-service.spec.ts#L160
Unexpected use of the `.skip()` annotation
|
|
api/tests/trusted-auto-approval.spec.ts#L14
Unexpected use of the `.skip()` annotation
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading