mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Fix test capitalization
This commit is contained in:
parent
6e1b352d4f
commit
25ba5b2a51
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ class TestDomainDetailDomainRenewal(TestDomainOverview):
|
|||
renewal_page = self.app.get(reverse("domain-renewal", kwargs={"pk": self.domain_with_ip.id}))
|
||||
|
||||
# Verify we see "Your contact information" on the renewal form
|
||||
self.assertContains(renewal_page, "Your Contact Information")
|
||||
self.assertContains(renewal_page, "Your contact information")
|
||||
|
||||
# Verify that the "Edit" button for Your contact is there and links to correct URL
|
||||
edit_button_url = reverse("user-profile")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue