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

@ -654,7 +654,7 @@ class TestDomainInformationAdmin(TestCase):
self.test_helper.assert_response_contains_distinct_values(response, expected_other_employees_fields)
# Test for the copy link
self.assertContains(response, "button--clipboard", count=3)
self.assertContains(response, "copy-to-clipboard", count=3)
# cleanup this test
domain_info.delete()