mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
auth: Change page title and add description for the list.
I changed the class of the title in order to use the same styling as the other similar pages (like `/accounts/go` or `/login`). Changed the related test.
This commit is contained in:
committed by
Tim Abbott
parent
f109dcce9c
commit
e5e45c9a25
@@ -570,7 +570,7 @@ class SocialAuthBase(ZulipTestCase):
|
||||
# TODO: Generalize this testing code for use with other
|
||||
# authentication backends; for now, we just assert that
|
||||
# it's definitely the GitHub authentication backend.
|
||||
self.assert_in_success_response(["Select email"], result)
|
||||
self.assert_in_success_response(["Select account"], result)
|
||||
assert self.AUTH_FINISH_URL == "/complete/github/"
|
||||
|
||||
# Testing hack: When the pipeline goes to the partial
|
||||
|
||||
Reference in New Issue
Block a user