Skip to content

Commit de168a9

Browse files
committed
removed wip marks
1 parent 2d2508d commit de168a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/regression/communications_production/test_fit_self_refer_letter_processing.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def _login_as(user_role: str):
5454
return _login_as
5555

5656

57-
@pytest.mark.wip
5857
@pytest.mark.regression
5958
@pytest.mark.letters_tests
6059
def test_self_refer_subject_in_my_hub_for_fit(select_user) -> None:
@@ -174,7 +173,6 @@ def test_self_refer_subject_in_my_hub_for_fit(select_user) -> None:
174173
)
175174

176175

177-
@pytest.mark.wip
178176
@pytest.mark.regression
179177
@pytest.mark.letters_tests
180178
def test_invite_self_referral_creates_s83f_batch(select_user) -> None:
@@ -229,7 +227,6 @@ def test_invite_self_referral_creates_s83f_batch(select_user) -> None:
229227

230228

231229
# # Note that this "When I view ..." includes 3 steps from above (view active batch list, and filter by type and status), and clicks the batch ID link
232-
@pytest.mark.wip
233230
@pytest.mark.regression
234231
@pytest.mark.letters_tests
235232
def test_s83f_letter_batch_has_three_components(select_user) -> None:
@@ -297,7 +294,6 @@ def test_s83f_letter_batch_has_three_components(select_user) -> None:
297294
)
298295

299296

300-
@pytest.mark.wip
301297
@pytest.mark.regression
302298
@pytest.mark.letters_tests
303299
def test_before_confirming_s83f_batch_subject_status_is_s83(select_user) -> None:
@@ -359,7 +355,6 @@ def test_before_confirming_s83f_batch_subject_status_is_s83(select_user) -> None
359355
)
360356

361357

362-
@pytest.mark.wip
363358
@pytest.mark.regression
364359
@pytest.mark.letters_tests
365360
def test_confirm_s83f_batch_subject_has_s84_event_and_letters(select_user) -> None:

0 commit comments

Comments
 (0)