forked from AkkomaGang/akkoma
static-fe tests: fix to work on stable
This commit is contained in:
parent
c46d035f7b
commit
e25197788f
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@ test "filters HTML tags", %{conn: conn} do
|
||||||
assert html =~ ~s[<script>alert('xss')</script>]
|
assert html =~ ~s[<script>alert('xss')</script>]
|
||||||
end
|
end
|
||||||
|
|
||||||
test "shows the whole thread", %{conn: conn, user: user} do
|
test "shows the whole thread", %{conn: conn} do
|
||||||
|
user = insert(:user)
|
||||||
{:ok, activity} = CommonAPI.post(user, %{"status" => "space: the final frontier"})
|
{:ok, activity} = CommonAPI.post(user, %{"status" => "space: the final frontier"})
|
||||||
|
|
||||||
CommonAPI.post(user, %{
|
CommonAPI.post(user, %{
|
||||||
|
|
Loading…
Reference in a new issue