mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 04:18:24 -04:00
Fixing tests
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user