Chrome eval metod test improvements.
parent
8a9288adaa
commit
46d0b8a495
|
@ -75,5 +75,5 @@ def step_impl(context):
|
|||
|
||||
@then("this command must give back a value")
|
||||
def step_impl(context):
|
||||
assert 'value' in context.eval_value['result']['result'], "The command did not worked as expected."
|
||||
assert context.eval_value != None, "The command did not worked as expected."
|
||||
context.client.stop()
|
Loading…
Reference in New Issue