mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
make settings button invisible if you don't have permission to manage settings
This commit is contained in:
@@ -1225,7 +1225,7 @@ def test_menu_send_messages(
|
||||
mocker,
|
||||
api_user_active,
|
||||
service_one,
|
||||
["view_activity", "send_texts", "send_emails"],
|
||||
["view_activity", "send_texts", "send_emails", "manage_service"],
|
||||
)
|
||||
page = str(page)
|
||||
assert (
|
||||
|
||||
Reference in New Issue
Block a user