Fix test capitalization

This commit is contained in:
Rebecca Hsieh 2025-01-10 09:56:58 -08:00
parent 6e1b352d4f
commit 25ba5b2a51
No known key found for this signature in database

View file

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