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 c053b6d commit 8a9c797Copy full SHA for 8a9c797
lib/phoenix_live_view/test/live_view_test.ex
@@ -638,7 +638,7 @@ defmodule Phoenix.LiveViewTest do
638
|> element("form")
639
|> render_submit(%{deg: 123, avatar: upload}) =~ "123 exceeds limits"
640
641
- To submit a form along with some with hidden input values:
+ To submit a form along with some hidden input values:
642
643
assert view
644
|> form("#term", user: %{name: "hello"})
0 commit comments