Merge branch 'erratic-move-tests' into 'develop'

Tag erratic Move tests

See merge request soapbox-pub/rebased!190
This commit is contained in:
Alex Gleason 2022-10-09 18:57:11 +00:00
commit 04ee564077
2 changed files with 2 additions and 0 deletions

View file

@ -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])

View file

@ -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])