We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e3300 commit 16f0101Copy full SHA for 16f0101
test/polymorphic_embed_test.exs
@@ -1638,7 +1638,6 @@ defmodule PolymorphicEmbedTest do
1638
%{changeset: changeset, field: :channel3}
1639
)
1640
|> Floki.parse_fragment!()
1641
- |> dbg()
1642
1643
assert [input] = Floki.find(html, "#reminder_channel3_my_type_field")
1644
assert Floki.attribute(input, "name") == ["reminder[channel3][my_type_field]"]
0 commit comments