test(suite_communities/tst_communityMemberFlows): Added tag `mayfail` to disable "user invites a mutual contact" scenario
Added tag `mayfail` on "user invites a mutual contact" scenario bc it is throwing an exception: "RecursionError: maximum recursion depth exceeded"
This commit is contained in:
parent
e9f84b2973
commit
0e6c4bde3f
|
@ -14,6 +14,8 @@ Feature: Status Desktop community members
|
|||
As a user I want to interact with members in a community
|
||||
|
||||
|
||||
@mayfail
|
||||
# TODO: It is throwing "RecursionError: maximum recursion depth exceeded" in `And the user opens the chat section
|
||||
Scenario: User invites a mutual contact
|
||||
Given the user starts the application with a specific data folder "../../../fixtures/mutual_contacts"
|
||||
When the user "tester123" logs in with password "TesTEr16843/!@00"
|
||||
|
|
Loading…
Reference in New Issue