Ejemplo n.º 1
0
def given_there_are_users_with_infos(step, callfilter_name, boss, secretary):
    callfilter_action_webi.add_boss_secretary_filter(name=callfilter_name,
                                                     boss=boss,
                                                     secretary=secretary)
Ejemplo n.º 2
0
def given_there_are_users_with_infos(step, callfilter_name, boss, secretary):
    callfilter_action_webi.add_boss_secretary_filter(name=callfilter_name,
                                                     boss=boss,
                                                     secretary=secretary)
Ejemplo n.º 3
0
def given_there_are_callfilters(step):
    for data in step.hashes:
        callfilter_action_webi.add_boss_secretary_filter(**data)
Ejemplo n.º 4
0
def given_there_are_callfilters(step):
    for data in step.hashes:
        callfilter_action_webi.add_boss_secretary_filter(**data)