This commit is contained in:
Rachid Mrad 2024-07-31 13:22:32 -04:00
parent d3b88ccb2b
commit f1d896e6b6
No known key found for this signature in database
8 changed files with 26 additions and 51 deletions

View file

@ -584,7 +584,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, "usa-button__clipboard", count=4)
self.assertContains(response, "button--clipboard", count=4)
# cleanup this test
domain_info.delete()