filter and sort moved
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user