mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
Fix unit test
This commit is contained in:
parent
8d36dd67d5
commit
11a7288109
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ class TestDomainDetailDomainRenewal(TestDomainOverview):
|
|||
# Simulate clicking on edit button
|
||||
edit_page = renewal_page.click(href=edit_button_url, index=1)
|
||||
self.assertEqual(edit_page.status_code, 200)
|
||||
self.assertContains(edit_page, "Domain managers can update all information related to a domain")
|
||||
self.assertContains(edit_page, "Domain managers can update information related to this domain")
|
||||
|
||||
@override_flag("domain_renewal", active=True)
|
||||
def test_domain_renewal_form_not_expired_or_expiring(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue