@@ -11,7 +11,6 @@ class Test_Regression_Cohorts:
1111 @pytest .mark .vaccsbatch
1212 @pytest .mark .mobile
1313 @pytest .mark .order (601 )
14- @pytest .mark .skip (reason = "Out of scope for 1a" )
1514 def test_reg_batch_add_batch (self , create_browser_page ):
1615 self .login_page .perform_valid_login ()
1716 self .dashboard_page .click_vaccines ()
@@ -20,7 +19,6 @@ def test_reg_batch_add_batch(self, create_browser_page):
2019 @pytest .mark .vaccsbatch
2120 @pytest .mark .mobile
2221 @pytest .mark .order (602 )
23- @pytest .mark .skip (reason = "Out of scope for 1a" )
2422 def test_reg_batch_change_batch (self , create_browser_page ):
2523 self .login_page .perform_valid_login ()
2624 self .dashboard_page .click_vaccines ()
@@ -30,7 +28,6 @@ def test_reg_batch_change_batch(self, create_browser_page):
3028 @pytest .mark .vaccsbatch
3129 @pytest .mark .mobile
3230 @pytest .mark .order (603 )
33- @pytest .mark .skip (reason = "Out of scope for 1a" )
3431 def test_reg_batch_archive_batch (self , create_browser_page ):
3532 self .login_page .perform_valid_login ()
3633 self .dashboard_page .click_vaccines ()
@@ -40,7 +37,6 @@ def test_reg_batch_archive_batch(self, create_browser_page):
4037 @pytest .mark .vaccsbatch
4138 @pytest .mark .mobile
4239 @pytest .mark .order (604 )
43- @pytest .mark .skip (reason = "Out of scope for 1a" )
4440 def test_reg_batch_add_change_archive_batch (self , create_browser_page ):
4541 self .login_page .perform_valid_login ()
4642 self .dashboard_page .click_vaccines ()
0 commit comments