mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Merge branch 'main' into za/1947-contact-info-domain-information-inline
This commit is contained in:
commit
6191fcce21
18 changed files with 883 additions and 45 deletions
|
@ -1581,7 +1581,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
|
||||
# Since we're using client to mock the request, we can only test against
|
||||
# non-interpolated values
|
||||
expected_content = "<strong>Requested domain:</strong>"
|
||||
expected_content = "Requested domain:"
|
||||
expected_content2 = '<span class="scroll-indicator"></span>'
|
||||
expected_content3 = '<div class="submit-row-wrapper">'
|
||||
not_expected_content = "submit-row-wrapper--analyst-view>"
|
||||
|
@ -1610,7 +1610,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
|
||||
# Since we're using client to mock the request, we can only test against
|
||||
# non-interpolated values
|
||||
expected_content = "<strong>Requested domain:</strong>"
|
||||
expected_content = "Requested domain:"
|
||||
expected_content2 = '<span class="scroll-indicator"></span>'
|
||||
expected_content3 = '<div class="submit-row-wrapper submit-row-wrapper--analyst-view">'
|
||||
self.assertContains(request, expected_content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue