mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
fix copy button on other contacts and more cleanup
This commit is contained in:
parent
dd29081fff
commit
c878e7aebb
8 changed files with 23 additions and 17 deletions
|
@ -1511,7 +1511,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
self.test_helper.assert_response_contains_distinct_values(response, expected_other_employees_fields)
|
||||
|
||||
# Test for the copy link
|
||||
self.assertContains(response, "button--clipboard", count=4)
|
||||
self.assertContains(response, "copy-to-clipboard", count=4)
|
||||
|
||||
# Test that Creator counts display properly
|
||||
self.assertNotContains(response, "Approved domains")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue