Merge branch 'erratic-move-tests' into 'develop'
Tag erratic Move tests See merge request soapbox-pub/rebased!190
This commit is contained in:
commit
04ee564077
2 changed files with 2 additions and 0 deletions
|
@ -600,6 +600,7 @@ test "see notifications after muting user with notifications and with_muted para
|
|||
assert length(json_response_and_validate_schema(conn, 200)) == 1
|
||||
end
|
||||
|
||||
@tag :erratic
|
||||
test "see move notifications" do
|
||||
old_user = insert(:user)
|
||||
new_user = insert(:user, also_known_as: [old_user.ap_id])
|
||||
|
|
|
@ -144,6 +144,7 @@ test "Follow notification" do
|
|||
refute Repo.one(Notification)
|
||||
end
|
||||
|
||||
@tag :erratic
|
||||
test "Move notification" do
|
||||
old_user = insert(:user)
|
||||
new_user = insert(:user, also_known_as: [old_user.ap_id])
|
||||
|
|
Loading…
Reference in a new issue