Updated an IPR test to account for facelift changes.
- Legacy-Id: 9362
This commit is contained in:
parent
85f9eee27b
commit
2c4785adf6
|
@ -466,7 +466,7 @@ I would like to revoke this declaration.
|
||||||
login_testing_unauthorized(self, "secretary", url)
|
login_testing_unauthorized(self, "secretary", url)
|
||||||
|
|
||||||
r = self.client.get(url,follow=True)
|
r = self.client.get(url,follow=True)
|
||||||
self.assertTrue("Sign In" in r.content)
|
self.assertEqual(r.status_code,200)
|
||||||
len_before = len(outbox)
|
len_before = len(outbox)
|
||||||
# successful post
|
# successful post
|
||||||
self.client.login(username="secretary", password="secretary+password")
|
self.client.login(username="secretary", password="secretary+password")
|
||||||
|
|
Loading…
Reference in a new issue