예제 #1
0
def when_i_log_out(step):
    goto_url('/logout')
예제 #2
0
def and_i_visit_the_url_for_group1(step, doc_name):
    doc = Document.objects.get(name=doc_name)
    goto_url(reverse('change_permissions', args=[doc.id]))
예제 #3
0
파일: crud-steps.py 프로젝트: dezgeg/mydocs
def and_i_am_at_the_index_page(step):
    goto_url("/")