@then("it should load the applicant's edit page")
def test_edit_page_loads(context):
    step_text = 'Then it should load "application/{}/edit"'\
        .format(SEARCHABLE_APPLICANT_ID)
    context.execute_steps(step_text)