Fix unit tests for changes to the pill component.

This commit is contained in:
Rebecca Law
2020-09-04 14:32:07 +01:00
committed by Tom Byers
parent 452e253e2c
commit 7cae303104
7 changed files with 21 additions and 20 deletions

View File

@@ -503,7 +503,7 @@ def test_organisation_services_filters_by_financial_year(
'2019 to 2020 financial year '
'2018 to 2019 financial year'
)
assert normalize_spaces(page.select_one('.pill-selected-item').text) == (
assert normalize_spaces(page.select_one('.pill-item--selected').text) == (
expected_selected
)