mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 23:05:17 +00:00
fcfcafaac0
WIP: - Added new global scripts folder `global_shared` where global hooks, names and steps will be stored. - Created new `suite_onboarding` and moved existing test case related to it as a poc. - Updated all `test.py` files to use global files and fit the new structure.
14 lines
354 B
Python
14 lines
354 B
Python
# encoding: UTF-8
|
|
|
|
from objectmaphelper import *
|
|
|
|
#from scripts.global_names import *
|
|
from scripts.onboarding_names import *
|
|
|
|
from sections.chat_names import *
|
|
from sections.community_names import *
|
|
from sections.community_portal_names import *
|
|
from sections.login_names import *
|
|
from sections.settings_names import *
|
|
from sections.wallet_names import *
|