Skip to content

Commit ea5b49c

Browse files
As per PR# 77 review comments, '@pytest.mark.smokescreen' marker is mentioned in all 'test_compartment_' files wherever applicable to make it consistent
1 parent f72f2d9 commit ea5b49c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/smokescreen/test_compartment_1.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from utils.batch_processing import batch_processing
1313

1414

15-
@pytest.mark.smoke
15+
@pytest.mark.smokescreen
1616
@pytest.mark.compartment1
1717
@pytest.mark.compartment1_plan_creation
1818
def test_create_invitations_plan(page: Page, smokescreen_properties: dict) -> None:
@@ -43,7 +43,6 @@ def test_create_invitations_plan(page: Page, smokescreen_properties: dict) -> No
4343

4444

4545
@pytest.mark.vpn_required
46-
@pytest.mark.smoke
4746
@pytest.mark.smokescreen
4847
@pytest.mark.compartment1
4948
def test_compartment_1(page: Page, smokescreen_properties: dict) -> None:

tests/smokescreen/test_compartment_2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414

1515
@pytest.mark.vpn_required
16-
@pytest.mark.smoke
1716
@pytest.mark.smokescreen
1817
@pytest.mark.compartment2
1918
def test_compartment_2(page: Page, smokescreen_properties: dict) -> None:

0 commit comments

Comments
 (0)