|
51 | 51 | endoscopy_information = get_default_endoscopy_information() |
52 | 52 |
|
53 | 53 |
|
| 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 |
54 | 59 | @pytest.mark.skip(reason="Marked with ignore tag in the Selenium Framework") |
55 | 60 | def test_record_a_dataset_with_100_polyps_or_more( |
56 | 61 | page: Page, |
@@ -160,6 +165,7 @@ def test_record_a_dataset_with_100_polyps_or_more( |
160 | 165 |
|
161 | 166 |
|
162 | 167 | @pytest.mark.regression |
| 168 | +@pytest.mark.vpn_required |
163 | 169 | @pytest.mark.investigation_dataset_tests |
164 | 170 | @pytest.mark.bcss_additional_tests |
165 | 171 | @pytest.mark.colonoscopy_dataset_tests |
@@ -234,6 +240,7 @@ def test_check_different_hub_roles_access_to_edit_endoscopy_investigation_datase |
234 | 240 |
|
235 | 241 |
|
236 | 242 | @pytest.mark.regression |
| 243 | +@pytest.mark.vpn_required |
237 | 244 | @pytest.mark.investigation_dataset_tests |
238 | 245 | @pytest.mark.bcss_additional_tests |
239 | 246 | @pytest.mark.colonoscopy_dataset_tests |
@@ -321,6 +328,7 @@ def test_check_different_screening_centre_roles_access_to_edit_endoscopy_investi |
321 | 328 |
|
322 | 329 |
|
323 | 330 | @pytest.mark.regression |
| 331 | +@pytest.mark.vpn_required |
324 | 332 | @pytest.mark.investigation_dataset_tests |
325 | 333 | @pytest.mark.bcss_additional_tests |
326 | 334 | @pytest.mark.colonoscopy_dataset_tests |
@@ -355,6 +363,7 @@ def test_check_different_national_and_qa_roles_access_to_edit_endoscopy_investig |
355 | 363 |
|
356 | 364 |
|
357 | 365 | @pytest.mark.regression |
| 366 | +@pytest.mark.vpn_required |
358 | 367 | @pytest.mark.investigation_dataset_tests |
359 | 368 | @pytest.mark.bcss_additional_tests |
360 | 369 | @pytest.mark.colonoscopy_dataset_tests |
@@ -458,6 +467,7 @@ def test_check_correct_sections_displayed_in_colonoscopy_investigation_dataset( |
458 | 467 |
|
459 | 468 |
|
460 | 469 | @pytest.mark.regression |
| 470 | +@pytest.mark.vpn_required |
461 | 471 | @pytest.mark.investigation_dataset_tests |
462 | 472 | @pytest.mark.bcss_additional_tests |
463 | 473 | @pytest.mark.colonoscopy_dataset_tests |
@@ -554,6 +564,7 @@ def test_check_field_visibility_and_default_values_in_colonoscopy_investigation_ |
554 | 564 |
|
555 | 565 |
|
556 | 566 | @pytest.mark.regression |
| 567 | +@pytest.mark.vpn_required |
557 | 568 | @pytest.mark.investigation_dataset_tests |
558 | 569 | @pytest.mark.bcss_additional_tests |
559 | 570 | @pytest.mark.colonoscopy_dataset_tests |
@@ -633,6 +644,7 @@ def test_check_cross_field_validation_is_mandatory_at_completion(page: Page) -> |
633 | 644 |
|
634 | 645 |
|
635 | 646 | @pytest.mark.regression |
| 647 | +@pytest.mark.vpn_required |
636 | 648 | @pytest.mark.investigation_dataset_tests |
637 | 649 | @pytest.mark.bcss_additional_tests |
638 | 650 | @pytest.mark.colonoscopy_dataset_tests |
@@ -696,6 +708,7 @@ def test_check_behaviour_of_aspirant_endoscopist_fields(page: Page) -> None: |
696 | 708 |
|
697 | 709 |
|
698 | 710 | @pytest.mark.regression |
| 711 | +@pytest.mark.vpn_required |
699 | 712 | @pytest.mark.investigation_dataset_tests |
700 | 713 | @pytest.mark.bcss_additional_tests |
701 | 714 | @pytest.mark.colonoscopy_dataset_tests |
@@ -829,6 +842,7 @@ def test_check_dropdown_lists_and_default_values_for_drug_information( |
829 | 842 |
|
830 | 843 |
|
831 | 844 | @pytest.mark.regression |
| 845 | +@pytest.mark.vpn_required |
832 | 846 | @pytest.mark.investigation_dataset_tests |
833 | 847 | @pytest.mark.bcss_additional_tests |
834 | 848 | @pytest.mark.colonoscopy_dataset_tests |
|
0 commit comments