chore: include test for group chat in PRs
This commit is contained in:
parent
83d7c03585
commit
6e4b41ac69
|
@ -22,6 +22,7 @@ pytestmark = marks
|
|||
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703014', 'Create a group and send messages')
|
||||
@pytest.mark.case(703014)
|
||||
@pytest.mark.timeout(timeout=315)
|
||||
@pytest.mark.critical
|
||||
def test_group_chat(multiple_instances):
|
||||
user_one: UserAccount = RandomUser()
|
||||
user_two: UserAccount = RandomUser()
|
||||
|
|
Loading…
Reference in New Issue