mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 22:14:15 +02:00
PR suggestion
This commit is contained in:
parent
173c0b51c0
commit
d9f963361f
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ class FinishUserProfileTests(TestWithUser, WebTest):
|
||||||
self.assertContains(completed_setup_page, "Manage your domain")
|
self.assertContains(completed_setup_page, "Manage your domain")
|
||||||
|
|
||||||
@less_console_noise_decorator
|
@less_console_noise_decorator
|
||||||
def test_new_user_with_empty_name_profile_feature_on(self):
|
def test_new_user_with_empty_name_can_add_name(self):
|
||||||
"""Tests that a new user without a name can still enter this information accordingly"""
|
"""Tests that a new user without a name can still enter this information accordingly"""
|
||||||
self.incomplete_regular_user.contact.first_name = None
|
self.incomplete_regular_user.contact.first_name = None
|
||||||
self.incomplete_regular_user.contact.last_name = None
|
self.incomplete_regular_user.contact.last_name = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue