Merge pull request #1661 from edx/will/certificate-test-fix

Added explicit wait for payment page to load
This commit is contained in:
Will Daly
2013-11-13 12:10:44 -08:00

View File

@@ -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$')