mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 03:30:46 +02:00
Turn on braintree in sandbox.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119890386
This commit is contained in:
parent
4112bca925
commit
2fc636632b
3 changed files with 1 additions and 30 deletions
|
@ -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(
|
||||
'?',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue