Stub for Twitter and Mailchimp enabled

pull/10819/head
Juan Ignacio Sánchez Lara 8 years ago
parent fc5dadd667
commit 1df9f84c06

@ -13,7 +13,9 @@ describe("Actions menu", function() {
name: 'test',
limits: { concurrent_imports: 1 },
remaining_byte_quota: 1000,
salesforce: { enabled: false }
salesforce: { enabled: false },
twitter: { enabled: true },
mailchimp: { enabled: false }
});
window.table_router = {};

@ -1,5 +1,10 @@
window.user_data = { account_type: '', remaining_byte_quota: 0 }
window.user_data = {
account_type: '',
remaining_byte_quota: 0,
twitter: { enabled: true },
mailchimp: { enabled: false }
}
window.upgrade_url = ''
window.config = {}
window.account_host = ''

Loading…
Cancel
Save