samba: Fix functional tests when user is not logged in at start

Signed-off-by: Veiko Aasa <veiko17@disroot.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Veiko Aasa 2022-04-26 13:36:58 +03:00 committed by Sunil Mohan Adapa
parent 470b3cb9cd
commit 78a2b26132
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -23,6 +23,7 @@ class TestSambaApp(functional.BaseAppTests):
@pytest.fixture(scope='class', autouse=True)
def fixture_setup(self, session_browser):
"""Setup the app."""
functional.login(session_browser)
functional.networks_set_firewall_zone(session_browser, 'internal')
@pytest.mark.backups