Skip to content

feat: profile pages #1167

feat: profile pages

feat: profile pages #1167

Triggered via pull request September 24, 2024 19:17
Status Failure
Total duration 1m 21s
Artifacts

test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_auth_test.exs#L48
test logout_user/1 erases session and cookies (AtomicWeb.UserAuthTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_auth_test.exs#L85
test fetch_current_user/2 authenticates user from session (AtomicWeb.UserAuthTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_auth_test.exs#L19
test log_in_user/3 stores the user token in the session (AtomicWeb.UserAuthTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_auth_test.exs#L91
test fetch_current_user/2 authenticates user from cookies (AtomicWeb.UserAuthTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_change_password_controller_test.exs#L24
test PUT /users/change_password updates the user password and resets tokens (AtomicWeb.UserSettingsControllerTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_session_controller_test.exs#L56
test POST /users/log_in logs the user in with return to (AtomicWeb.UserSessionControllerTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_confirmation_controller_test.exs#L59
test POST /users/confirm/:token confirms the given token once (AtomicWeb.UserConfirmationControllerTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_reset_password_controller_test.exs#L54
test POST /users/reset_password does not send reset password token if slug is invalid (AtomicWeb.UserResetPasswordControllerTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_confirmation_controller_test.exs#L33
test POST /users/confirm does not send confirmation token if User is confirmed (AtomicWeb.UserConfirmationControllerTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_change_password_controller_test.exs#L44
test PUT /users/change_password does not update password on invalid data (AtomicWeb.UserSettingsControllerTest)
OTP 26.x / Elixir 1.14.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/