fix copy button on other contacts and more cleanup

This commit is contained in:
Rachid Mrad 2024-10-02 21:58:35 -04:00
parent dd29081fff
commit c878e7aebb
No known key found for this signature in database
8 changed files with 23 additions and 17 deletions

View file

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