From 0ade2a3306ea554dc16c0b1183a3ed48945c8135 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Thu, 28 Mar 2024 15:14:49 +0300 Subject: [PATCH] chore: skip test to verify channels as a member --- test/e2e/pytest.ini | 2 +- test/e2e/squish.ini | 34 +++++++++++++++++++ .../communities/test_communities_channels.py | 1 + 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/test/e2e/pytest.ini b/test/e2e/pytest.ini index 2db11ca7e8..f0a5a4a18d 100644 --- a/test/e2e/pytest.ini +++ b/test/e2e/pytest.ini @@ -5,7 +5,7 @@ log_cli = true log_cli_level = INFO log_cli_format = %(asctime)s.%(msecs)03d %(levelname)7s CLI %(name)s %(message).5000s -addopts = --reruns=1 --disable-warnings -p no:logging +addopts = --disable-warnings -p no:logging markers = critical: Critical checks for every PR diff --git a/test/e2e/squish.ini b/test/e2e/squish.ini index bd9fa777f4..83b21fdddb 100644 --- a/test/e2e/squish.ini +++ b/test/e2e/squish.ini @@ -28,4 +28,38 @@ attachableAUT/AUT_120737 = "localhost:61500" attachableAUT/AUT_120740 = "localhost:61600" attachableAUT/AUT_121630 = "localhost:61500" attachableAUT/AUT_121634 = "localhost:61600" +attachableAUT/AUT_122052 = "localhost:61500" +attachableAUT/AUT_122055 = "localhost:61600" +attachableAUT/AUT_122725 = "localhost:61500" +attachableAUT/AUT_122730 = "localhost:61600" +attachableAUT/AUT_125145 = "localhost:61500" +attachableAUT/AUT_125313 = "localhost:61500" +attachableAUT/AUT_125714 = "localhost:61500" +attachableAUT/AUT_131100 = "localhost:61500" +attachableAUT/AUT_131104 = "localhost:61600" +attachableAUT/AUT_131356 = "localhost:61500" +attachableAUT/AUT_131359 = "localhost:61600" +attachableAUT/AUT_134811 = "localhost:61500" +attachableAUT/AUT_134911 = "localhost:61500" +attachableAUT/AUT_135140 = "localhost:61500" +attachableAUT/AUT_135142 = "localhost:61600" +attachableAUT/AUT_135358 = "localhost:61500" +attachableAUT/AUT_135400 = "localhost:61600" +attachableAUT/AUT_140412 = "localhost:61500" +attachableAUT/AUT_140415 = "localhost:61600" +attachableAUT/AUT_140613 = "localhost:61500" +attachableAUT/AUT_140617 = "localhost:61600" +attachableAUT/AUT_141211 = "localhost:61500" +attachableAUT/AUT_141213 = "localhost:61600" +attachableAUT/AUT_141502 = "localhost:61500" +attachableAUT/AUT_141505 = "localhost:61600" +attachableAUT/AUT_142139 = "localhost:61500" +attachableAUT/AUT_142142 = "localhost:61600" +attachableAUT/AUT_142843 = "localhost:61500" +attachableAUT/AUT_145645 = "localhost:61500" +attachableAUT/AUT_145814 = "localhost:61500" +attachableAUT/AUT_150418 = "localhost:61500" +attachableAUT/AUT_150532 = "localhost:61500" +attachableAUT/AUT_150639 = "localhost:61500" +attachableAUT/AUT_150925 = "localhost:61500" diff --git a/test/e2e/tests/communities/test_communities_channels.py b/test/e2e/tests/communities/test_communities_channels.py index 415a0836a7..31c8e32d33 100644 --- a/test/e2e/tests/communities/test_communities_channels.py +++ b/test/e2e/tests/communities/test_communities_channels.py @@ -76,6 +76,7 @@ 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')