chore: skip test to verify channels as a member

This commit is contained in:
Anastasiya Semenkevich 2024-03-28 15:14:49 +03:00 committed by Anastasiya
parent ee6e8214e0
commit bbc2bbd1bd
3 changed files with 36 additions and 1 deletions

View File

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

View File

@ -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"

View File

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