feat(vereinfacht): Settings UI and bulk sync
- GlobalSettingsLive: Vereinfacht section, sync button, last sync result - Test: Vereinfacht Integration section visible
This commit is contained in:
parent
32efe380b7
commit
5343b78750
2 changed files with 187 additions and 0 deletions
|
|
@ -71,4 +71,18 @@ defmodule MvWeb.GlobalSettingsLiveConfigTest do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
describe "Vereinfacht Integration section" do
|
||||
setup %{conn: conn} do
|
||||
admin_user = Mv.Fixtures.user_with_role_fixture("admin")
|
||||
conn = MvWeb.ConnCase.conn_with_password_user(conn, admin_user)
|
||||
{:ok, conn: conn}
|
||||
end
|
||||
|
||||
@tag :ui
|
||||
test "settings page shows Vereinfacht Integration section", %{conn: conn} do
|
||||
{:ok, _view, html} = live(conn, ~p"/settings")
|
||||
assert html =~ "Vereinfacht"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue