issues
search
status-im
/
desktop-qa-automation
Legacy desktop tests
6
stars
12
forks
source link
Fix community creation test and make it matching the new flow
#658
Closed
anastasiyaig
closed
6 months ago
anastasiyaig
commented
6 months ago
community creation test selects 3 tags when we want it to have 2
test stopped clicking Confirm Tags button
feels like
assert create_community_form.tags == tags_to_set
is false positive all the time
new community creation flow is introduced here
https://github.com/status-im/status-desktop/pull/14565
assert create_community_form.tags == tags_to_set
is false positive all the time