chore: bring back assert and remove reference (issue is fixed)

This commit is contained in:
Anastasiya Semenkevich 2024-01-19 22:51:06 +03:00 committed by Anastasiya
parent a9427fc15b
commit 71d2520653
1 changed files with 1 additions and 2 deletions

View File

@ -124,5 +124,4 @@ def test_edit_community(main_screen: MainWindow, params):
community_info = community_settings.communities[0]
assert community_info.name == params['name']
assert community_info.description == params['description']
# TODO after https://github.com/status-im/status-desktop/issues/12967 will be fixed
# assert '1' in community_info.members
assert '1' in community_info.members