Skip to content

Commit 4310b43

Browse files
Fix service guidance link
This text has been wrong for a longer time as the en.yml uses a lowercase "g".
1 parent 2107b8f commit 4310b43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mavis/test/pages/dashboard_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, page: Page) -> None:
2323
links.get_by_text("Imports")
2424
)
2525
self.your_team_link = links.get_by_text("Your Team")
26-
self.service_guidance_link = links.get_by_text("Service Guidance")
26+
self.service_guidance_link = links.get_by_text("Service guidance")
2727
self.schools_link = links.get_by_text("Schools")
2828
self.important_notices_header = page.get_by_text("Important: Important notices")
2929
self.important_notices_link = page.get_by_text(

0 commit comments

Comments
 (0)