mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +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.
|
If you invite an address already using Humbug, no invitation is sent.
|
||||||
"""
|
"""
|
||||||
self.login("hamlet@zulip.com")
|
self.login("hamlet@zulip.com")
|
||||||
return
|
|
||||||
self.assert_json_error(
|
self.assert_json_error(
|
||||||
self.client.post("/json/invite_users",
|
self.client.post("/json/invite_users",
|
||||||
{"invitee_emails": "hamlet@zulip.com",
|
{"invitee_emails": "hamlet@zulip.com",
|
||||||
@@ -1528,7 +1527,6 @@ earl-test@zulip.com""", ["Denmark"]))
|
|||||||
"""
|
"""
|
||||||
self.login("hamlet@zulip.com")
|
self.login("hamlet@zulip.com")
|
||||||
existing = ["hamlet@zulip.com", "othello@zulip.com"]
|
existing = ["hamlet@zulip.com", "othello@zulip.com"]
|
||||||
return
|
|
||||||
new = ["foo-test@zulip.com", "bar-test@zulip.com"]
|
new = ["foo-test@zulip.com", "bar-test@zulip.com"]
|
||||||
|
|
||||||
result = self.client.post("/json/invite_users",
|
result = self.client.post("/json/invite_users",
|
||||||
|
|||||||
Reference in New Issue
Block a user