fixed testing

This commit is contained in:
Beverly Nguyen
2024-12-03 17:05:18 -08:00
parent 9ef89666b0
commit 8468b4d5e0

View File

@@ -346,7 +346,6 @@ def test_should_show_templates_folder_page(
**extra_args,
)
assert normalize_spaces(page.select_one("title").text) == expected_page_title
assert normalize_spaces(page.select_one("h1").text) == expected_title_tag