mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 12:33:17 +02:00
3634: Update admin table descriptions [AB] (#3760)
* Update admin table descriptions * Add Host rename migration
This commit is contained in:
parent
e894d596a9
commit
bd8b2a5a25
16 changed files with 154 additions and 20 deletions
|
@ -294,7 +294,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
# Test for a description snippet
|
||||
self.assertContains(response, "This table contains all domain requests")
|
||||
self.assertContains(response, "This table contains all .gov domain requests")
|
||||
self.assertContains(response, "Show more")
|
||||
|
||||
@less_console_noise_decorator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue