Exemple #1
0
def view_survey_details(context):
    collection_exercise.go_to(context.short_name)
def user_navigate_to_survey_details(context):
    collection_exercise.go_to(context.short_name)
def internal_user_views_the_collection_exercise_page_for_survey(_, survey):
    collection_exercise.go_to(survey)
Exemple #4
0
def check_user_is_on_survey_page(context):
    collection_exercise.go_to(context.short_name)
    assert f'{context.short_name} | Surveys | Survey Data Collection' in browser.title
def navigate_to_collection_exercise_details(context):
    collection_exercise.go_to(context.short_name)