fix tests
This commit is contained in:
parent
762402adf9
commit
03d91d4029
4 changed files with 7 additions and 7 deletions
|
|
@ -78,7 +78,7 @@ defmodule MvWeb.Components.MemberFilterComponentTest do
|
|||
html = render(view)
|
||||
# Should have both "Payments" and "Custom Fields" group labels
|
||||
assert html =~ gettext("Payments") || html =~ "Payment"
|
||||
assert html =~ gettext("Custom Fields")
|
||||
assert html =~ gettext("Individual datafields")
|
||||
end
|
||||
|
||||
test "renders only payment filter when no boolean custom fields exist", %{conn: conn} do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue