From cd60935d777aee984224844badc7f260caa3bb46 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 25 May 2023 20:35:56 +0200 Subject: move "sort" button on home page up This looks better than having the header line and the sort button below each other. --- tests/integration/test_smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/integration/test_smoke.py b/tests/integration/test_smoke.py index 5176e88..cead68d 100644 --- a/tests/integration/test_smoke.py +++ b/tests/integration/test_smoke.py @@ -1,7 +1,7 @@ def test_home(testapp): res = testapp.get("/") assert res.status_code == 200 - assert b'

Home

' in res.body + assert b'

Home

' in res.body def test_maintenance(testapp, data_manager): -- cgit v1.2.3