mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-26 08:09:51 -04:00
Auto-tag email branding requests
This commit is contained in:
@@ -1022,6 +1022,7 @@ def branding_request(service_id):
|
|||||||
ticket_type=zendesk_client.TYPE_QUESTION,
|
ticket_type=zendesk_client.TYPE_QUESTION,
|
||||||
user_email=current_user.email_address,
|
user_email=current_user.email_address,
|
||||||
user_name=current_user.name,
|
user_name=current_user.name,
|
||||||
|
tags=['notify_action_add_branding'],
|
||||||
)
|
)
|
||||||
|
|
||||||
flash((
|
flash((
|
||||||
|
|||||||
@@ -3203,6 +3203,7 @@ def test_submit_email_branding_request(
|
|||||||
ticket_type='question',
|
ticket_type='question',
|
||||||
user_email='test@user.gov.uk',
|
user_email='test@user.gov.uk',
|
||||||
user_name='Test User',
|
user_name='Test User',
|
||||||
|
tags=['notify_action_add_branding'],
|
||||||
)
|
)
|
||||||
assert normalize_spaces(page.select_one('.banner-default').text) == (
|
assert normalize_spaces(page.select_one('.banner-default').text) == (
|
||||||
'Thanks for your branding request. We’ll get back to you '
|
'Thanks for your branding request. We’ll get back to you '
|
||||||
|
|||||||
Reference in New Issue
Block a user