Exemplo n.º 1
0
def given_a_reverse_lookup_test_configuration(step):
    model_name = 'test'
    cti_helper.add_call_form_model(model_name, ['xivo-calleridnum',
                                                'xivo-calleridname'])
    cti_helper.set_call_form_model_on_event(model_name, 'Link')
Exemplo n.º 2
0
def given_a_reverse_lookup_test_configuration(step):
    model_name = 'test'
    cti_helper.add_call_form_model(model_name,
                                   ['xivo-calleridnum', 'xivo-calleridname'])
    cti_helper.set_call_form_model_on_event(model_name, 'Link')
Exemplo n.º 3
0
def given_i_have_a_sheet_model_named_group1_with_the_variables(step, call_form_name):
    variables = [l['variable'] for l in step.hashes]
    cti_helper.add_call_form_model(call_form_name, variables)
Exemplo n.º 4
0
def given_i_have_a_sheet_model_named_group1_with_the_variables(
        step, call_form_name):
    variables = [l['variable'] for l in step.hashes]
    cti_helper.add_call_form_model(call_form_name, variables)