chore: bring back assert and remove reference (issue is fixed)
This commit is contained in:
parent
a9427fc15b
commit
71d2520653
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue