chore: fix data for channel member test

This commit is contained in:
Anastasiya Semenkevich 2024-03-28 15:44:04 +03:00 committed by Anastasiya
parent 0ade2a3306
commit 51c8d21399
6 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -76,7 +76,6 @@ def test_create_edit_remove_community_channel(main_screen, channel_name, channel
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703271', 'Member role cannot delete channels')
@pytest.mark.case(703269, 703270, 703271)
@pytest.mark.parametrize('user_data', [configs.testpath.TEST_USER_DATA / 'squisher'])
@pytest.mark.skip(reason="https://github.com/status-im/desktop-qa-automation/issues/618")
def test_member_role_cannot_add_edit_and_delete_channels(main_screen: MainWindow):
with step('Choose community user is not owner of'):
community_screen = main_screen.left_panel.select_community('Super community')

View File

@ -100,7 +100,7 @@ def test_switch_state_to_offline_online_automatic(multiple_instances):
welcome_popup = community_screen.left_panel.open_welcome_community_popup()
assert community_params['name'] in welcome_popup.title
assert community_params['intro'] == welcome_popup.intro
welcome_popup.join().authenticate(user_two.password)
welcome_popup.join().authenticate(user_one.password)
assert driver.waitFor(lambda: not community_screen.left_panel.is_join_community_visible,
configs.timeouts.UI_LOAD_TIMEOUT_MSEC), 'Join community button not hidden'
main_screen.hide()