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:
Alexandra Ciobica
2019-08-02 16:44:05 +02:00
committed by Tim Abbott
parent f109dcce9c
commit e5e45c9a25
3 changed files with 13 additions and 4 deletions

View File

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