1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 01:36:28 +00:00
This commit is contained in:
Nicolas Lœuillet
2023-08-21 09:16:54 +02:00
committed by Nicolas Lœuillet
parent 7810ca6255
commit c2b7c3bbd7

View File

@@ -52,7 +52,6 @@ def test_accessing_login_page(wallabag_service):
assert r.status_code == 200 assert r.status_code == 200
assert 'Log in' in r.text assert 'Log in' in r.text
assert 'Password' in r.text assert 'Password' in r.text
assert 'Register' in r.text
assert 'Username' in r.text assert 'Username' in r.text