test updated

This commit is contained in:
carla 2025-11-27 15:49:29 +01:00
parent fdae610da0
commit cf354bcf25
4 changed files with 16 additions and 16 deletions

View file

@ -100,7 +100,7 @@ defmodule MvWeb.Layouts.NavbarTest do
# Verify the link actually works by navigating to it
{:ok, _view, settings_html} = live(conn, ~p"/settings")
assert settings_html =~ "Vereinsdaten"
assert settings_html =~ "Club Settings"
end
end
end