Concept for Groups #354

Closed
simon wants to merge 118 commits from feature/concept-groups into main
Showing only changes of commit be29b46874 - Show all commits

View file

@ -1534,7 +1534,7 @@ defmodule MvWeb.MemberLive.IndexTest do
state_before = :sys.get_state(view.pid)
boolean_fields_before = state_before.socket.assigns.boolean_custom_fields
assert length(boolean_fields_before) == 0
assert boolean_fields_before == []
# Create a new boolean custom field
new_boolean_field = create_boolean_custom_field(%{name: "Newly Added Field"})