chore: fix data for channel member test
This commit is contained in:
parent
0ade2a3306
commit
51c8d21399
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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')
|
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703271', 'Member role cannot delete channels')
|
||||||
@pytest.mark.case(703269, 703270, 703271)
|
@pytest.mark.case(703269, 703270, 703271)
|
||||||
@pytest.mark.parametrize('user_data', [configs.testpath.TEST_USER_DATA / 'squisher'])
|
@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):
|
def test_member_role_cannot_add_edit_and_delete_channels(main_screen: MainWindow):
|
||||||
with step('Choose community user is not owner of'):
|
with step('Choose community user is not owner of'):
|
||||||
community_screen = main_screen.left_panel.select_community('Super community')
|
community_screen = main_screen.left_panel.select_community('Super community')
|
||||||
|
|
|
@ -100,7 +100,7 @@ def test_switch_state_to_offline_online_automatic(multiple_instances):
|
||||||
welcome_popup = community_screen.left_panel.open_welcome_community_popup()
|
welcome_popup = community_screen.left_panel.open_welcome_community_popup()
|
||||||
assert community_params['name'] in welcome_popup.title
|
assert community_params['name'] in welcome_popup.title
|
||||||
assert community_params['intro'] == welcome_popup.intro
|
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,
|
assert driver.waitFor(lambda: not community_screen.left_panel.is_join_community_visible,
|
||||||
configs.timeouts.UI_LOAD_TIMEOUT_MSEC), 'Join community button not hidden'
|
configs.timeouts.UI_LOAD_TIMEOUT_MSEC), 'Join community button not hidden'
|
||||||
main_screen.hide()
|
main_screen.hide()
|
||||||
|
|
Loading…
Reference in New Issue