Skip to content

Features/society dropdown #175

Features/society dropdown

Features/society dropdown #175

Triggered via pull request December 14, 2024 23:58
Status Failure
Total duration 59s
Artifacts

test.yml

on: pull_request
integration-tests
50s
integration-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests/attendEvent.test.ts > POST /user/event (attend) endpoint > Attend successful: backend/tests/attendEvent.test.ts#L62
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/attendEvent.test.ts:62:30
tests/attendEvent.test.ts > /unattend endpoint > Unattend successful: backend/tests/attendEvent.test.ts#L182
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/attendEvent.test.ts:182:30
tests/createEvent.test.ts > /event endpoint > Create Record: backend/tests/createEvent.test.ts#L75
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/createEvent.test.ts:75:29
tests/deleteEvent.test.ts > Delete Event Endpoint > Delete Event: backend/tests/deleteEvent.test.ts#L62
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/deleteEvent.test.ts:62:30
tests/deleteEvent.test.ts > Delete Event Endpoint > Not Admin: backend/tests/deleteEvent.test.ts#L129
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/deleteEvent.test.ts:129:30
tests/getEvent.test.ts > /event endpoint > Create and get event successfully: backend/tests/getEvent.test.ts#L56
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/getEvent.test.ts:56:29
tests/getEvents.test.ts > /events endpoint > Create and get events successfully: backend/tests/getEvents.test.ts#L57
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/getEvents.test.ts:57:31
tests/getEvents.test.ts > /events endpoint > Create and get events successfully, events are provided by pages: backend/tests/getEvents.test.ts#L116
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/getEvents.test.ts:116:31
tests/getEvents.test.ts > /events endpoint > Get events before when query param specified: backend/tests/getEvents.test.ts#L262
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/getEvents.test.ts:262:31
tests/getEvents.test.ts > /events endpoint > Get events before when query param specified, but no relevant events exist: backend/tests/getEvents.test.ts#L332
AssertionError: expected 400 to be 200 // Object.is equality - Expected + Received - 200 + 400 ❯ tests/getEvents.test.ts:332:31
integration-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636