updated mix deps and fixed texsts
This commit is contained in:
parent
f0c4438818
commit
9194fdc36c
3 changed files with 35 additions and 34 deletions
test/bones73k_web/live
|
@ -52,7 +52,7 @@ defmodule Bones73kWeb.PropertyLiveTest do
|
|||
|
||||
assert index_live
|
||||
|> form("#property-form", property: @invalid_attrs)
|
||||
|> render_change() =~ "can't be blank"
|
||||
|> render_change() =~ "can't be blank"
|
||||
|
||||
{:ok, _, html} =
|
||||
index_live
|
||||
|
@ -74,7 +74,7 @@ defmodule Bones73kWeb.PropertyLiveTest do
|
|||
|
||||
assert index_live
|
||||
|> form("#property-form", property: @invalid_attrs)
|
||||
|> render_change() =~ "can't be blank"
|
||||
|> render_change() =~ "can't be blank"
|
||||
|
||||
{:ok, _, html} =
|
||||
index_live
|
||||
|
@ -128,7 +128,7 @@ defmodule Bones73kWeb.PropertyLiveTest do
|
|||
|
||||
assert index_live
|
||||
|> form("#property-form", property: @invalid_attrs)
|
||||
|> render_change() =~ "can't be blank"
|
||||
|> render_change() =~ "can't be blank"
|
||||
|
||||
{:ok, _, html} =
|
||||
index_live
|
||||
|
@ -258,7 +258,7 @@ defmodule Bones73kWeb.PropertyLiveTest do
|
|||
|
||||
assert show_live
|
||||
|> form("#property-form", property: @invalid_attrs)
|
||||
|> render_change() =~ "can't be blank"
|
||||
|> render_change() =~ "can't be blank"
|
||||
|
||||
{:ok, _, html} =
|
||||
show_live
|
||||
|
@ -294,7 +294,7 @@ defmodule Bones73kWeb.PropertyLiveTest do
|
|||
|
||||
assert show_live
|
||||
|> form("#property-form", property: @invalid_attrs)
|
||||
|> render_change() =~ "can't be blank"
|
||||
|> render_change() =~ "can't be blank"
|
||||
|
||||
{:ok, _, html} =
|
||||
show_live
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue