Merge pull request #3181 from alphagov/update-footer-links

Update footer links
This commit is contained in:
Tom Byers
2020-01-02 15:15:37 +00:00
committed by GitHub
4 changed files with 36 additions and 124 deletions

View File

@@ -181,7 +181,7 @@ def test_get_started_is_hidden_once_templates_exist(
)
mock_get_service_templates.assert_called_once_with(SERVICE_ONE_ID)
assert 'Get started' not in page.text
assert not page.find('h2', string='Get started')
def test_inbound_messages_not_visible_to_service_without_permissions(