Exemplo n.º 1
0
def then_i_should_be_at_the_group1_page(step, url):
    assert_at_url(reverse(url))
Exemplo n.º 2
0
def then_i_should_be_at_the_index_page(step):
    assert_at_url("/")