misc: fix test (#72093)

This commit is contained in:
Lauréline Guérin 2024-03-04 16:32:59 +01:00 committed by Lauréline Guérin
parent eba79fdc77
commit b4c4181cde
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ def teardown_module(module):
def test_empty_site(pub):
pub.user_class.wipe()
resp = get_app(pub).get('/backoffice/users/')
resp = resp.click('New User')
resp = get_app(pub).get('/backoffice/settings/')