Noelia fcfcafaac0 test(chore): Refactor that will allow to work in different test suites
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.
2022-08-23 12:07:36 +02:00

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 *