remove some warnings for now
need to expamnd those tests later
This commit is contained in:
@@ -12,6 +12,6 @@ defmodule PokemonCoutureWeb.ClothesTrackerLiveTest do
|
||||
test "logged in user sees page", %{conn: conn} do
|
||||
conn = conn |> log_in_user(user_fixture())
|
||||
{:ok, _view, html} = live(conn, "/tracker")
|
||||
assert html =~ "Listing Clothes"
|
||||
assert html =~ "Clothes Tracker"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
defmodule PokemonCoutureWeb.ClothesComponentTest do
|
||||
import Plug.Conn
|
||||
import Phoenix.ConnTest
|
||||
import Phoenix.LiveViewTest
|
||||
import PokemonCouture.AccountsFixtures
|
||||
@endpoint PokemonCoutureWeb.Endpoint
|
||||
# import Plug.Conn
|
||||
# import Phoenix.LiveViewTest
|
||||
# import PokemonCouture.AccountsFixtures
|
||||
# @endpoint PokemonCoutureWeb.Endpoint
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user