mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
miniflux: tests: functional: Fix failing tests when run out of order
- When the password is changed during the reset-password test, running other tests in a different test run fails the tests. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
a6167a46b0
commit
a66162d697
@ -74,6 +74,7 @@ def _fill_credentials_form(browser, href):
|
||||
def _create_admin_user(browser):
|
||||
"""Create Miniflux admin user."""
|
||||
_fill_credentials_form(browser, 'create-admin-user')
|
||||
_fill_credentials_form(browser, 'reset-user-password')
|
||||
|
||||
|
||||
def _open_miniflux_app(browser):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user