def then_i_should_be_at_the_group1_page(step, url): assert_at_url(reverse(url))
def then_i_should_be_at_the_index_page(step): assert_at_url("/")