Skip to content

Commit 54ac5e6

Browse files
Adding vpn_required pytest marker to tests
1 parent 1ee6bb4 commit 54ac5e6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/regression/subject/episodes/datasets/investigation/endoscopy/test_endoscopy_investigation_dataset_scenarios.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
endoscopy_information = get_default_endoscopy_information()
5252

5353

54+
@pytest.mark.regression
55+
@pytest.mark.vpn_required
56+
@pytest.mark.investigation_dataset_tests
57+
@pytest.mark.bcss_additional_tests
58+
@pytest.mark.colonoscopy_dataset_tests
5459
@pytest.mark.skip(reason="Marked with ignore tag in the Selenium Framework")
5560
def test_record_a_dataset_with_100_polyps_or_more(
5661
page: Page,
@@ -160,6 +165,7 @@ def test_record_a_dataset_with_100_polyps_or_more(
160165

161166

162167
@pytest.mark.regression
168+
@pytest.mark.vpn_required
163169
@pytest.mark.investigation_dataset_tests
164170
@pytest.mark.bcss_additional_tests
165171
@pytest.mark.colonoscopy_dataset_tests
@@ -234,6 +240,7 @@ def test_check_different_hub_roles_access_to_edit_endoscopy_investigation_datase
234240

235241

236242
@pytest.mark.regression
243+
@pytest.mark.vpn_required
237244
@pytest.mark.investigation_dataset_tests
238245
@pytest.mark.bcss_additional_tests
239246
@pytest.mark.colonoscopy_dataset_tests
@@ -321,6 +328,7 @@ def test_check_different_screening_centre_roles_access_to_edit_endoscopy_investi
321328

322329

323330
@pytest.mark.regression
331+
@pytest.mark.vpn_required
324332
@pytest.mark.investigation_dataset_tests
325333
@pytest.mark.bcss_additional_tests
326334
@pytest.mark.colonoscopy_dataset_tests
@@ -355,6 +363,7 @@ def test_check_different_national_and_qa_roles_access_to_edit_endoscopy_investig
355363

356364

357365
@pytest.mark.regression
366+
@pytest.mark.vpn_required
358367
@pytest.mark.investigation_dataset_tests
359368
@pytest.mark.bcss_additional_tests
360369
@pytest.mark.colonoscopy_dataset_tests
@@ -458,6 +467,7 @@ def test_check_correct_sections_displayed_in_colonoscopy_investigation_dataset(
458467

459468

460469
@pytest.mark.regression
470+
@pytest.mark.vpn_required
461471
@pytest.mark.investigation_dataset_tests
462472
@pytest.mark.bcss_additional_tests
463473
@pytest.mark.colonoscopy_dataset_tests
@@ -554,6 +564,7 @@ def test_check_field_visibility_and_default_values_in_colonoscopy_investigation_
554564

555565

556566
@pytest.mark.regression
567+
@pytest.mark.vpn_required
557568
@pytest.mark.investigation_dataset_tests
558569
@pytest.mark.bcss_additional_tests
559570
@pytest.mark.colonoscopy_dataset_tests
@@ -633,6 +644,7 @@ def test_check_cross_field_validation_is_mandatory_at_completion(page: Page) ->
633644

634645

635646
@pytest.mark.regression
647+
@pytest.mark.vpn_required
636648
@pytest.mark.investigation_dataset_tests
637649
@pytest.mark.bcss_additional_tests
638650
@pytest.mark.colonoscopy_dataset_tests
@@ -696,6 +708,7 @@ def test_check_behaviour_of_aspirant_endoscopist_fields(page: Page) -> None:
696708

697709

698710
@pytest.mark.regression
711+
@pytest.mark.vpn_required
699712
@pytest.mark.investigation_dataset_tests
700713
@pytest.mark.bcss_additional_tests
701714
@pytest.mark.colonoscopy_dataset_tests
@@ -829,6 +842,7 @@ def test_check_dropdown_lists_and_default_values_for_drug_information(
829842

830843

831844
@pytest.mark.regression
845+
@pytest.mark.vpn_required
832846
@pytest.mark.investigation_dataset_tests
833847
@pytest.mark.bcss_additional_tests
834848
@pytest.mark.colonoscopy_dataset_tests

0 commit comments

Comments
 (0)