feat: profile pages #1166
Annotations
10 errors and 1 warning
🔬 Run the tests:
test/atomic_web/controllers/user_auth_test.exs#L48
test logout_user/1 erases session and cookies (AtomicWeb.UserAuthTest)
|
🔬 Run the tests:
test/atomic_web/controllers/user_auth_test.exs#L19
test log_in_user/3 stores the user token in the session (AtomicWeb.UserAuthTest)
|
🔬 Run the tests:
test/atomic_web/controllers/user_auth_test.exs#L85
test fetch_current_user/2 authenticates user from session (AtomicWeb.UserAuthTest)
|
🔬 Run the tests:
test/atomic_web/controllers/user_change_password_controller_test.exs#L10
test GET /users/change_password renders change password page (AtomicWeb.UserSettingsControllerTest)
|
🔬 Run the tests:
test/atomic_web/controllers/user_session_controller_test.exs#L56
test POST /users/log_in logs the user in with return to (AtomicWeb.UserSessionControllerTest)
|
🔬 Run the tests:
test/atomic_web/controllers/user_confirmation_controller_test.exs#L59
test POST /users/confirm/:token confirms the given token once (AtomicWeb.UserConfirmationControllerTest)
|
🔬 Run the tests:
test/atomic_web/controllers/user_auth_test.exs#L91
test fetch_current_user/2 authenticates user from cookies (AtomicWeb.UserAuthTest)
|
🔬 Run the tests:
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)
|
🔬 Run the tests:
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)
|
🔬 Run the tests:
test/atomic_web/controllers/user_session_controller_test.exs#L84
test DELETE /users/log_out logs the user out (AtomicWeb.UserSessionControllerTest)
|
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/
|
Loading