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