We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a994f5b commit b91176aCopy full SHA for b91176a
test/e2e/tests/crtitical_tests_prs/test_community_permissions_add_edit_delete_duplicate.py
@@ -6,6 +6,7 @@
6
7
import configs
8
import driver
9
+from configs import get_platform
10
from constants import permission_data, RandomCommunity
11
from constants.community import ToastMessages, PermissionsElements
12
from gui.components.changes_detected_popup import PermissionsChangesDetectedToastMessage
@@ -15,6 +16,7 @@
15
16
17
@pytest.mark.case(703632, 705014, 705016)
18
@pytest.mark.critical
19
+@pytest.mark.skipif(get_platform() == 'Windows', reason='Does not work on windows VM')
20
def test_add_edit_remove_duplicate_permissions(main_screen: MainWindow):
21
with step('Create community and select it'):
22
community = RandomCommunity()
0 commit comments