Merge branch 'main' into za/2760-portfolio-domain-request-entry-point-2

This commit is contained in:
zandercymatics 2024-10-09 08:29:51 -06:00
commit cd7b45a7f4
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
26 changed files with 1633 additions and 1330 deletions

View file

@ -82,7 +82,6 @@ class DomainRequestTests(TestWithUser, WebTest):
response = self.app.get(f"/domain-request/{domain_request.id}")
# Ensure that the date is still set to None
self.assertIsNone(domain_request.last_status_update)
print(response)
# We should still grab a date for this field in this event - but it should come from the audit log instead
self.assertContains(response, "Started on:")
self.assertContains(response, fixed_date.strftime("%B %-d, %Y"))