forked from wallabag/docker
Fix test
This commit is contained in:
committed by
Nicolas Lœuillet
parent
7810ca6255
commit
c2b7c3bbd7
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user