mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-14 16:47:02 +02:00
Remove bad tests
No longer applicable here
This commit is contained in:
parent
892607bd65
commit
47b7fb8f49
1 changed files with 0 additions and 6 deletions
|
@ -1319,7 +1319,6 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
("title", "Admin Tester"),
|
("title", "Admin Tester"),
|
||||||
("email", "mayor@igorville.gov"),
|
("email", "mayor@igorville.gov"),
|
||||||
("phone", "(555) 555 5556"),
|
("phone", "(555) 555 5556"),
|
||||||
("email_copy_button_input", f'<input class="dja-clipboard-input" type="hidden" value="{expected_email}"'),
|
|
||||||
]
|
]
|
||||||
self.test_helper.assert_response_contains_distinct_values(response, expected_submitter_fields)
|
self.test_helper.assert_response_contains_distinct_values(response, expected_submitter_fields)
|
||||||
self.assertContains(response, "Testy2 Tester2")
|
self.assertContains(response, "Testy2 Tester2")
|
||||||
|
@ -1331,7 +1330,6 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
("title", "Chief Tester</td>"),
|
("title", "Chief Tester</td>"),
|
||||||
("email", "testy@town.com</td>"),
|
("email", "testy@town.com</td>"),
|
||||||
("phone", "(555) 555 5555</td>"),
|
("phone", "(555) 555 5555</td>"),
|
||||||
("email_copy_button_input", f'<input class="dja-clipboard-input" type="hidden" value="{expected_email}"'),
|
|
||||||
]
|
]
|
||||||
self.test_helper.assert_response_contains_distinct_values(response, expected_ao_fields)
|
self.test_helper.assert_response_contains_distinct_values(response, expected_ao_fields)
|
||||||
|
|
||||||
|
@ -1346,7 +1344,6 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
("title", "Another Tester"),
|
("title", "Another Tester"),
|
||||||
("email", "testy2@town.com"),
|
("email", "testy2@town.com"),
|
||||||
("phone", "(555) 555 5557"),
|
("phone", "(555) 555 5557"),
|
||||||
("email_copy_button_input", f'<input class="dja-clipboard-input" type="hidden" value="{expected_email}"'),
|
|
||||||
]
|
]
|
||||||
self.test_helper.assert_response_contains_distinct_values(response, expected_other_employees_fields)
|
self.test_helper.assert_response_contains_distinct_values(response, expected_other_employees_fields)
|
||||||
|
|
||||||
|
@ -2047,7 +2044,6 @@ class TestDomainInformationAdmin(TestCase):
|
||||||
("title", "Admin Tester"),
|
("title", "Admin Tester"),
|
||||||
("email", "mayor@igorville.gov"),
|
("email", "mayor@igorville.gov"),
|
||||||
("phone", "(555) 555 5556"),
|
("phone", "(555) 555 5556"),
|
||||||
("email_copy_button_input", f'<input class="dja-clipboard-input" type="hidden" value="{expected_email}"'),
|
|
||||||
]
|
]
|
||||||
self.test_helper.assert_response_contains_distinct_values(response, expected_submitter_fields)
|
self.test_helper.assert_response_contains_distinct_values(response, expected_submitter_fields)
|
||||||
self.assertContains(response, "Testy2 Tester2")
|
self.assertContains(response, "Testy2 Tester2")
|
||||||
|
@ -2059,7 +2055,6 @@ class TestDomainInformationAdmin(TestCase):
|
||||||
("title", "Chief Tester"),
|
("title", "Chief Tester"),
|
||||||
("email", "testy@town.com"),
|
("email", "testy@town.com"),
|
||||||
("phone", "(555) 555 5555"),
|
("phone", "(555) 555 5555"),
|
||||||
("email_copy_button_input", f'<input class="dja-clipboard-input" type="hidden" value="{expected_email}"'),
|
|
||||||
]
|
]
|
||||||
self.test_helper.assert_response_contains_distinct_values(response, expected_ao_fields)
|
self.test_helper.assert_response_contains_distinct_values(response, expected_ao_fields)
|
||||||
|
|
||||||
|
@ -2074,7 +2069,6 @@ class TestDomainInformationAdmin(TestCase):
|
||||||
("title", "Another Tester"),
|
("title", "Another Tester"),
|
||||||
("email", "testy2@town.com"),
|
("email", "testy2@town.com"),
|
||||||
("phone", "(555) 555 5557"),
|
("phone", "(555) 555 5557"),
|
||||||
("email_copy_button_input", f'<input class="dja-clipboard-input" type="hidden" value="{expected_email}"'),
|
|
||||||
]
|
]
|
||||||
self.test_helper.assert_response_contains_distinct_values(response, expected_other_employees_fields)
|
self.test_helper.assert_response_contains_distinct_values(response, expected_other_employees_fields)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue