mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 00:57:02 +02:00
Fix js, linting
This commit is contained in:
parent
4edb6ea988
commit
e581d3b2ca
3 changed files with 20 additions and 16 deletions
|
@ -1037,8 +1037,9 @@ class DomainRequestTests(TestWithUser, WebTest):
|
|||
|
||||
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
||||
|
||||
# We expect to see this twice for both fields
|
||||
self.assertContains(response, "This question is required.", count=2)
|
||||
# We expect to see this twice for both fields. This results in a count of 4
|
||||
# due to screen reader information / html.
|
||||
self.assertContains(response, "This question is required.", count=4)
|
||||
|
||||
def test_submitting_other_contacts_deletes_no_other_contacts_rationale(self):
|
||||
"""When a user submits the Other Contacts form with other contacts selected, the domain request's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue