mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-25 09:20:59 +00:00
TODO
This commit is contained in:
parent
b2950adb2a
commit
c089302881
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ defmodule LiveBeatsWeb.ProfileLiveTest do
|
||||||
{:ok, refreshed_lv, _} = live(conn, LiveHelpers.profile_path(current_user))
|
{:ok, refreshed_lv, _} = live(conn, LiveHelpers.profile_path(current_user))
|
||||||
refute render(refreshed_lv) =~ "silence1s"
|
refute render(refreshed_lv) =~ "silence1s"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test "invalid uploads" do
|
||||||
|
# TODO
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "viewing other profiles" do
|
describe "viewing other profiles" do
|
||||||
|
|
Loading…
Reference in a new issue