diff --git a/ext/user_data/squisher/0x7dedd09a7b18fe4a5ab75915e0bd36a49e7f640c97e645c6299a089659fcd080-wallet.db-shm b/ext/user_data/squisher/0x7dedd09a7b18fe4a5ab75915e0bd36a49e7f640c97e645c6299a089659fcd080-wallet.db-shm new file mode 100644 index 0000000..052f8c1 Binary files /dev/null and b/ext/user_data/squisher/0x7dedd09a7b18fe4a5ab75915e0bd36a49e7f640c97e645c6299a089659fcd080-wallet.db-shm differ diff --git a/ext/user_data/squisher/accounts.sql b/ext/user_data/squisher/accounts.sql new file mode 100644 index 0000000..9a47220 Binary files /dev/null and b/ext/user_data/squisher/accounts.sql differ diff --git a/ext/user_data/squisher/accounts.sql-shm b/ext/user_data/squisher/accounts.sql-shm new file mode 100644 index 0000000..f4e0b30 Binary files /dev/null and b/ext/user_data/squisher/accounts.sql-shm differ diff --git a/ext/user_data/squisher/accounts.sql-wal b/ext/user_data/squisher/accounts.sql-wal new file mode 100644 index 0000000..e080e20 Binary files /dev/null and b/ext/user_data/squisher/accounts.sql-wal differ diff --git a/tests/communities/test_communities_channels.py b/tests/communities/test_communities_channels.py index 31c8e32..415a083 100644 --- a/tests/communities/test_communities_channels.py +++ b/tests/communities/test_communities_channels.py @@ -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') diff --git a/tests/online_identifier/test_online_identifier.py b/tests/online_identifier/test_online_identifier.py index 773ac69..2eaf6a5 100644 --- a/tests/online_identifier/test_online_identifier.py +++ b/tests/online_identifier/test_online_identifier.py @@ -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()