mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 00:57:02 +02:00
design review tweaks
This commit is contained in:
parent
04157ce404
commit
5f21cd9ab8
3 changed files with 64 additions and 56 deletions
|
@ -2343,4 +2343,4 @@ class TestTransferUser(WebTest):
|
|||
def test_transfer_user_modal(self):
|
||||
"""Assert modal on page"""
|
||||
user_transfer_page = self.app.get(reverse("transfer_user", args=[self.user1.pk]))
|
||||
self.assertContains(user_transfer_page, "But you know what you're doing, right?")
|
||||
self.assertContains(user_transfer_page, "This action cannot be undone.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue