Merge pull request #1661 from edx/will/certificate-test-fix
Added explicit wait for payment page to load
This commit is contained in:
@@ -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$')
|
||||
|
||||
Reference in New Issue
Block a user