From c8998eb1bafe1e78643f01b385406922416916de Mon Sep 17 00:00:00 2001 From: timmy Date: Thu, 20 Aug 2026 20:58:36 +0000 Subject: [PATCH] test: require Search Week Ahead browser coverage --- tests/test_ci_workflow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_ci_workflow.py b/tests/test_ci_workflow.py index 01be3a6..409a2db 100644 --- a/tests/test_ci_workflow.py +++ b/tests/test_ci_workflow.py @@ -61,6 +61,7 @@ def test_release_promotion_waits_for_packaged_mobile_journeys(): assert ( "python3 -m pytest tests/e2e/test_mobile_offline_issue_release.py " "tests/e2e/test_mobile_search_preview_navigation.py " + "tests/e2e/test_mobile_search_week_plan.py " "tests/e2e/test_mobile_find_work_release.py " "tests/e2e/test_mobile_home_bootstrap_release.py " "tests/e2e/test_mobile_sign_out_release.py "