mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
Revert "Temporarily disable some tests during the realm transition."
(imported from commit 52312572aa109caa787205b6ef7a4f5fab71f4be)
This commit is contained in:
@@ -1510,7 +1510,6 @@ earl-test@zulip.com""", ["Denmark"]))
|
||||
If you invite an address already using Humbug, no invitation is sent.
|
||||
"""
|
||||
self.login("hamlet@zulip.com")
|
||||
return
|
||||
self.assert_json_error(
|
||||
self.client.post("/json/invite_users",
|
||||
{"invitee_emails": "hamlet@zulip.com",
|
||||
@@ -1528,7 +1527,6 @@ earl-test@zulip.com""", ["Denmark"]))
|
||||
"""
|
||||
self.login("hamlet@zulip.com")
|
||||
existing = ["hamlet@zulip.com", "othello@zulip.com"]
|
||||
return
|
||||
new = ["foo-test@zulip.com", "bar-test@zulip.com"]
|
||||
|
||||
result = self.client.post("/json/invite_users",
|
||||
|
||||
Reference in New Issue
Block a user