chore: include test for group chat in PRs

This commit is contained in:
Anastasiya Semenkevich 2024-09-30 18:02:17 +03:00
parent 83d7c03585
commit 6e4b41ac69
1 changed files with 1 additions and 0 deletions

View File

@ -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()