fixed unit tests

This commit is contained in:
CocoByte 2024-07-30 20:23:45 -06:00
parent 9a5b07c79f
commit f7caee0d11
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 2 additions and 2 deletions

View file

@ -11,6 +11,6 @@
} }
.usa-icon { .usa-icon {
// align icon with x height // align icon with x height
vertical-align: middle; vertical-align: middle;
} }
} }

View file

@ -1411,7 +1411,7 @@ class TestDomainRequestAdmin(MockEppLib):
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)
# Test for the copy link # Test for the copy link
self.assertContains(response, "usa-button__clipboard", count=4) self.assertContains(response, "usa-button__clipboard", count=5)
# Test that Creator counts display properly # Test that Creator counts display properly
self.assertNotContains(response, "Approved domains") self.assertNotContains(response, "Approved domains")