Skip to content

Commit

Permalink
check keyring before starting client
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Jan 10, 2025
1 parent 4e6f330 commit 2caa979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions test/gui/shared/scripts/bdd_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from helpers.SyncHelper import close_socket_connection, clear_waited_after_sync
from helpers.SpaceHelper import delete_project_spaces
from helpers.api.provisioning import delete_created_groups, delete_created_users
from helpers.SetupClientHelper import wait_until_app_killed, check_keyring
from helpers.SetupClientHelper import wait_until_app_killed
from helpers.ConfigHelper import (
init_config,
get_config,
Expand Down Expand Up @@ -62,7 +62,6 @@ def hook(context):
# Order: 1
@OnScenarioStart
def hook(context):
check_keyring()
clear_scenario_config()


Expand Down
2 changes: 2 additions & 0 deletions test/gui/shared/scripts/helpers/SetupClientHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def get_current_user_sync_path():


def start_client():
check_keyring()

squish.startApplication(
'owncloud -s'
+ f' --logfile {get_config("clientLogFile")}'
Expand Down

0 comments on commit 2caa979

Please sign in to comment.