Use new grid classes from GOV.UK frontend

This commit is contained in:
Chris Hill-Scott
2020-02-28 13:40:07 +00:00
parent 408fcf05eb
commit 519176f903
2 changed files with 9 additions and 9 deletions

View File

@@ -415,7 +415,7 @@ def test_organisation_services_shows_live_services_and_usage(
mock.assert_called_once_with(ORGANISATION_ID, 2019)
services = page.select('.browse-list-item')
usage_rows = page.find_all("div", class_="column-one-third")
usage_rows = page.select("main .govuk-grid-column-one-third")
assert len(services) == 2
# Totals