Merge pull request #884 from GSA/801-send-message-button

801 send message button
This commit is contained in:
Carlo Costino
2023-11-02 12:30:14 -04:00
committed by GitHub
4 changed files with 12 additions and 10 deletions

View File

@@ -111,6 +111,7 @@ def test_service_navigation_for_org_user(
service_id=SERVICE_ONE_ID,
)
assert [item.text.strip() for item in page.select("nav.nav a")] == [
"Send messages",
"Usage",
"Team members",
]

View File

@@ -363,7 +363,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 " "Send messages " "Dashboard " "Team members"
) # TODO: set sidebar variables in common test module
page = client_request.get(