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:
Sunil Mohan Adapa 2024-07-24 13:11:55 -07:00 committed by Joseph Nuthalapati
parent a6167a46b0
commit a66162d697
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -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):