Commit 62a6b86b authored by Benjamin Blanc's avatar Benjamin Blanc

benchmark: createPerson: remove useless print

parent 2d5fa963
......@@ -88,6 +88,4 @@ def createPerson(result, browser):
result('Waiting for validate_action', waiting_for_validate_action)
result('Show validate', show_validate_time)
result('Validated', browser.mainForm.submitDialogConfirm())
assert browser.getTransitionMessage() == 'Status changed.'
print "OK"
assert browser.getTransitionMessage() == 'Status changed.'
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment