mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-12 06:12:28 -04:00
Make page <title> match navigation and <h1>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% from "components/browse-list.html" import browse_list %}
|
||||
|
||||
{% block page_title %}
|
||||
Service settings – GOV.UK Notify
|
||||
Settings – GOV.UK Notify
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
@@ -20,7 +20,7 @@ def test_should_show_overview(app_,
|
||||
'main.service_settings', service_id=service_one['id']))
|
||||
assert response.status_code == 200
|
||||
resp_data = response.get_data(as_text=True)
|
||||
assert 'Service settings' in resp_data
|
||||
assert 'Settings' in resp_data
|
||||
app.service_api_client.get_service.assert_called_with(service_one['id'])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user