mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 18:11:54 +00:00
4b70d2f02b
- Created new `suite_communities` where all related communities tests will be migrated to. - `tst_searchFlows` has been moved to new `suite_communities`. - `tst_communityMessageFlows` has been moved to new `suite_communities`. - `tst_communityFlows` has been moved to new `suite_suite_communitiesonboarding`. Tests inside `suite_communities` still contain some broken tests. Closes #7625
12 lines
255 B
Python
12 lines
255 B
Python
# encoding: UTF-8
|
|
|
|
from objectmaphelper import *
|
|
|
|
from scripts.onboarding_names import *
|
|
from scripts.login_names import *
|
|
from scripts.settings_names import *
|
|
|
|
from community_names import *
|
|
from community_portal_names import *
|
|
from search_names import *
|