mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-15 17:16:26 +00:00
4b17c25a25
- 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
7 lines
159 B
Python
7 lines
159 B
Python
# encoding: UTF-8
|
|
|
|
from objectmaphelper import *
|
|
|
|
from scripts.onboarding_names import *
|
|
from scripts.settings_names import *
|
|
from scripts.login_names import * |