Skip to content

feat: profile pages #1159

feat: profile pages

feat: profile pages #1159

Triggered via pull request September 23, 2024 18:49
Status Failure
Total duration 1m 24s
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#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#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#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#L10
test GET /users/change_password renders change password page (AtomicWeb.UserSettingsControllerTest)
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_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_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: test/atomic_web/controllers/user_registration_controller_test.exs#L13
test GET /users/register redirects if already logged in (AtomicWeb.UserRegistrationControllerTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_confirmation_controller_test.exs#L89
test POST /users/confirm/:token does not confirm email with invalid token (AtomicWeb.UserConfirmationControllerTest)
OTP 26.x / Elixir 1.14.x: test/atomic_web/controllers/user_session_controller_test.exs#L70
test POST /users/log_in emits error message with invalid credentials (AtomicWeb.UserSessionControllerTest)
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/