test(suite_settings): Created new suite_settings

- Created new `suite_settings` where all related settings tests will be migrated to.
- `tst_languageSettings` has been moved to new `suite_settings`.
- `tst_settingsMenu` has been moved to new `suite_settings`.
- `tst_userIdentity` has been moved to new `suite_settings`.
Tests inside `suite_settings` still contain some broken tests.

Closes #7626
This commit is contained in:
Noelia 2022-09-29 16:30:25 +02:00 committed by Noelia
parent 4b70d2f02b
commit 4b17c25a25
9 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,7 @@
# encoding: UTF-8
from objectmaphelper import *
from scripts.onboarding_names import *
from scripts.settings_names import *
from scripts.login_names import *

View File

@ -0,0 +1,6 @@
AUT=nim_status_client
LANGUAGE=Python
OBJECTMAPSTYLE=script
TEST_CASES=tst_settingsMenu tst_userIdentity tst_languageSettings
VERSION=3
WRAPPERS=Qt

View File

@ -5,6 +5,6 @@ HOOK_SUB_PROCESSES=false
IMPLICITAUTSTART=0
LANGUAGE=Python
OBJECTMAPSTYLE=script
TEST_CASES=tst_wallet tst_transaction tst_settingsMenu tst_userIdentity tst_languageSettings
TEST_CASES=tst_wallet tst_transaction
VERSION=3
WRAPPERS=Qt