Noelia 4b70d2f02b test(suite_communities): Created new suite_communities
- 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
2022-10-04 15:51:14 +02:00

8 lines
696 B
Python

from scripts.global_names import *
searchPopupSearchInput_TextEdit = {"container": statusDesktop_mainWindow_overlay, "objectName": "searchPopupSearchInput", "type": "TextEdit", "visible": True}
searchPopup_Result_ListView = {"container": statusDesktop_mainWindow_overlay, "objectName": "searchResultListView", "type": "ListView", "visible": True}
searchPopup_Reset_Button = {"container": statusDesktop_mainWindow_overlay, "objectName": "searchModalResetSearchButton", "type": "StatusFlatRoundButton", "visible": True}
searchPopup_Loading_Indicator = {"container": statusDesktop_mainWindow_overlay, "objectName": "searchPopupLoadingIndicator", "type": "StatusLoadingIndicator", "visible": True}