Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Aug 8, 2023
1 parent dac5391 commit e78a98e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions yal/tests/surveys/test_endline.py
Original file line number Diff line number Diff line change
Expand Up @@ -1037,18 +1037,6 @@ async def test_state_body_image_assessment_endline_reminder(
tester.assert_metadata("assessment_reminder_type", "endline reengagement 30min")


@pytest.mark.asyncio
async def test_endline_menu_during_assessment(tester: AppTester, rapidpro_mock):
tester.user.metadata["endline_survey_started"] = True
tester.user.metadata["baseline_survey_completed"] = True
tester.user.metadata["terms_accepted"] = True
tester.user.metadata["onboarding_completed"] = True
tester.setup_state("state_gender_attitude_assessment_endline")

await tester.user_input("menu")
tester.assert_state("state_mainmenu")


@pytest.mark.asyncio
async def test_endline_stop_during_assessment(tester: AppTester, rapidpro_mock):
tester.user.metadata["endline_survey_started"] = True
Expand Down

0 comments on commit e78a98e

Please sign in to comment.