This commit is contained in:
zandercymatics 2024-05-01 12:29:31 -06:00
parent 3e5228a86f
commit 9a4887ed51
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -1797,7 +1797,7 @@ class TestDomainRequestAdmin(MockEppLib):
self.assertContains(response, domain_request.requested_domain.name)
# Check that the page contains the link we expect.
expected_url = '<a href="city.com" class="padding-top-1 current-website__1">city.com</a>'
expected_url = '<a href="city.com" target="_blank" class="padding-top-1 current-website__1">city.com</a>'
self.assertContains(response, expected_url)
@less_console_noise_decorator