Chrome eval metod test improvements.

anticaptcha
Pedro de Oliveira Guedes 2022-01-05 15:14:54 -03:00
parent 8a9288adaa
commit 46d0b8a495
1 changed files with 1 additions and 1 deletions

View File

@ -75,5 +75,5 @@ def step_impl(context):
@then("this command must give back a value") @then("this command must give back a value")
def step_impl(context): 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() context.client.stop()