mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +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
8 lines
696 B
Python
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}
|