filter and sort moved

This commit is contained in:
2026-08-26 13:58:19 +02:00
parent 4854eb8df6
commit 80a3a3d541
5 changed files with 100 additions and 27 deletions
+1
View File
@@ -459,6 +459,7 @@ def test_public_and_admin_pages_render_html():
assert 'id="auth-profile-link" class="hidden"' in root_page.text
assert 'id="auth-admin-link" class="hidden"' in root_page.text
assert '<select id="tag-filter">' in root_page.text
assert root_page.text.index('class="site-logo"') < root_page.text.index('<section class="toolbar">')
assert 'logout.js?v=3' in root_page.text
assert client.get('/alice').status_code == 200
assert client.get('/alice/').status_code == 200