fix tests and update argon2 dep to remove warnings

This commit is contained in:
2025-08-05 01:12:44 +01:00
parent f9777702f2
commit c75ff481f7
5 changed files with 25 additions and 21 deletions

View File

@ -77,7 +77,7 @@ defmodule CircleWeb.UserRegistrationLiveTest do
{:ok, _login_live, login_html} =
lv
|> element(~s|main a:fl-contains("Log in")|)
|> element(~s|main a[href="/users/log_in"]|)
|> render_click()
|> follow_redirect(conn, ~p"/users/log_in")