mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 02:44:10 -04:00
Repoint footer and homepage links
Performance Platform is going away at 10am on Monday, so let’s point to our Performance Page instead.
This commit is contained in:
@@ -40,8 +40,8 @@ def test_non_logged_in_user_can_see_homepage(
|
||||
'9,999 services '
|
||||
'See the list of services and organisations.'
|
||||
)
|
||||
assert page.select_one('#whos-using-notify a')['href'] == (
|
||||
'https://www.gov.uk/performance/govuk-notify/government-services'
|
||||
assert page.select_one('#whos-using-notify a')['href'] == url_for(
|
||||
'main.performance'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user