diff --git a/test/ui-test/testSuites/global_shared/steps/startupSteps.py b/test/ui-test/testSuites/global_shared/steps/startupSteps.py index 26f077b5dc1..617a6fbef61 100644 --- a/test/ui-test/testSuites/global_shared/steps/startupSteps.py +++ b/test/ui-test/testSuites/global_shared/steps/startupSteps.py @@ -28,6 +28,9 @@ _scenario_name = "scenario_name" def context_init(context): + # With this property it is enabled that every test failure will cause Squish to take a screenshot of the desktop when the failure occurred + testSettings.logScreenshotOnFail = True + filesMngr.erase_directory(_status_qt_path) context.userData = {} context.userData[_aut_name] = _status_desktop_app_name diff --git a/test/ui-test/testSuites/suite_onboarding/tst_statusLoginPassword/test.feature b/test/ui-test/testSuites/suite_onboarding/tst_statusLoginPassword/test.feature index 15edb344058..29a7e1fd477 100644 --- a/test/ui-test/testSuites/suite_onboarding/tst_statusLoginPassword/test.feature +++ b/test/ui-test/testSuites/suite_onboarding/tst_statusLoginPassword/test.feature @@ -22,7 +22,7 @@ Feature: Status Desktop login And the user signs up with username "" and password "" And the user lands on the signed in app When the user restarts the app - And the user "" logs in with password "" + And the user "" logs in with password "TesTEr16843/!@11" Then the user lands on the signed in app Examples: