mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-07-02 11:40:13 +02:00
Update member UI and related app changes
This commit is contained in:
@@ -16,6 +16,8 @@ def test_paths_and_automation_settings_round_trip(tmp_path, monkeypatch) -> None
|
||||
anniversary_days_before=21,
|
||||
anniversary_days_after=5,
|
||||
anniversary_intervals="30D;2M;1Y;10Y",
|
||||
retroactive_claims=True,
|
||||
optional_member_fields=("email", "phone", "nickname"),
|
||||
window_geometry="1200x800-1800+40",
|
||||
window_state="maximized",
|
||||
monitor_bounds=(-1920, 0, 1920, 1080),
|
||||
@@ -28,6 +30,8 @@ def test_paths_and_automation_settings_round_trip(tmp_path, monkeypatch) -> None
|
||||
assert raw["schema_version"] == 1
|
||||
assert raw["monitor_bounds"] == [-1920, 0, 1920, 1080]
|
||||
assert raw["splash_minimum_seconds"] == 0
|
||||
assert raw["retroactive_claims"] is True
|
||||
assert raw["optional_member_fields"] == ["nickname", "email", "phone"]
|
||||
|
||||
|
||||
def test_splash_minimum_defaults_to_five_and_is_clamped(tmp_path, monkeypatch) -> None:
|
||||
|
||||
Reference in New Issue
Block a user