Commit a758ec78 by Will Daly

Added explicit wait for payment page to load

parent 6d6391db
......@@ -186,7 +186,7 @@ def confirm_details_match(step):
@step(u'I am at the payment page')
def at_the_payment_page(step):
assert world.css_find('input[name=transactionSignature]')
world.wait_for_present('input[name=transactionSignature]')
@step(u'I submit valid payment information$')
......
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