fix test
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
carla 2026-02-02 15:04:07 +01:00
parent b21c3df7ef
commit aef3aa299f

View file

@ -110,7 +110,7 @@ defmodule MvWeb.GlobalSettingsLiveTest do
{:ok, _view, html} = live(conn, ~p"/settings") {:ok, _view, html} = live(conn, ~p"/settings")
# Check for custom fields notice text # Check for custom fields notice text
assert html =~ "Custom fields" or html =~ "custom field" assert html =~ "Use the data field name"
end end
test "admin user sees template download links", %{conn: conn} do test "admin user sees template download links", %{conn: conn} do