Skip to content

Commit 44261a3

Browse files
committed
remove old exemption for bug in nhsuk-frontend < 10
1 parent 1da75eb commit 44261a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

manage_breast_screening/tests/system/system_test_setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ def then_the_accessibility_baseline_is_met(self, require_unique_link_text=True):
145145

146146
counter = Counter(link.text_content().strip() for link in links.all())
147147

148-
# Known bug: There is an extra "home" link that is shown at mobile screen widths. This will be fixed in NHS.UK frontend 10.0.0
149-
counter["Home"] -= 1
150-
151148
duplicates = {k: v for k, v in counter.items() if v > 1}
152149

153150
self.assertEqual(len(duplicates), 0, duplicates)

0 commit comments

Comments
 (0)