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