801 - Moving Send message link from inside the side nav to a button

This commit is contained in:
Jonathan Bobel
2023-10-23 14:36:10 -04:00
parent f31a78cbcd
commit 5304c0f7a9
4 changed files with 11 additions and 12 deletions

View File

@@ -122,7 +122,6 @@ def test_service_navigation_for_org_user(
(
[],
(
"Send messages",
"Sent messages",
"Team members",
),
@@ -131,7 +130,6 @@ def test_service_navigation_for_org_user(
(
[ORGANISATION_ID],
(
"Send messages",
"Sent messages",
"Team members",
"Usage",

View File

@@ -361,7 +361,7 @@ def test_should_show_back_to_service_if_user_belongs_to_service(
):
mock_get_service.return_value = service_one
expected_page_text = (
"Test Service Switch service " "" "Dashboard " "Send messages " "Team members"
"Test Service Switch service " "Dashboard" "Team members"
) # TODO: set sidebar variables in common test module
page = client_request.get(