mirror of
https://github.com/google/nomulus
synced 2026-09-27 10:24:15 +00:00
Turn on braintree in sandbox.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119890386
This commit is contained in:
committed by
Justine Tunney
parent
4112bca925
commit
2fc636632b
@@ -53,20 +53,6 @@ function tearDown() {
|
||||
}
|
||||
|
||||
|
||||
function testSandbox_showsDisabled() {
|
||||
registry.testing.assertReqMockRsp(
|
||||
'?',
|
||||
'/registrar-payment-setup',
|
||||
{},
|
||||
{
|
||||
status: 'ERROR',
|
||||
message: 'sandbox'
|
||||
});
|
||||
assertContains('Payment Page Disabled',
|
||||
goog.dom.getTextContent($$('reg-payment')));
|
||||
}
|
||||
|
||||
|
||||
function testRenderForm() {
|
||||
registry.testing.assertReqMockRsp(
|
||||
'?',
|
||||
|
||||
Reference in New Issue
Block a user