Turn on braintree in sandbox.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=119890386
This commit is contained in:
cgoldfeder 2016-04-14 14:18:54 -07:00 committed by Justine Tunney
parent 4112bca925
commit 2fc636632b
3 changed files with 1 additions and 30 deletions

View file

@ -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(
'?',