Fixing tests

This commit is contained in:
Jonathan Bobel
2023-08-14 15:29:10 -04:00
parent ffafc16430
commit ff33c7c7f9
4 changed files with 5 additions and 5 deletions

View File

@@ -407,7 +407,7 @@ def test_should_show_templates_folder_page(
assert links_in_page[index].text.strip() == expected_link
all_page_items = page.select('.template-list-item')
all_page_items_styled_with_checkboxes = page.select('.template-list-item.govuk-checkboxes__item')
all_page_items_styled_with_checkboxes = page.select('.usa-checkbox.template-list-item')
assert len(all_page_items) == len(all_page_items_styled_with_checkboxes)