mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 23:20:47 +02:00
Merge pull request #29394 from overleaf/rh-compile-timeout-modal
Add compile timeout modal for compile-timeout-target-plans test GitOrigin-RevId: b352cb239742aa7ffbef7f3cd5c65ac719569ebf
This commit is contained in:
@@ -31,6 +31,16 @@ describe('ProjectController', function () {
|
||||
algolia: {},
|
||||
plans: [],
|
||||
features: {},
|
||||
localizedPlanPricing: {
|
||||
USD: {
|
||||
collaborator: {
|
||||
monthly: 15,
|
||||
annual: 180,
|
||||
annualDividedByTwelve: 15,
|
||||
monthlyTimesTwelve: 180,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
ctx.brandVariationDetails = {
|
||||
id: '12',
|
||||
@@ -64,6 +74,7 @@ describe('ProjectController', function () {
|
||||
},
|
||||
}
|
||||
ctx.SubscriptionController = {
|
||||
getRecommendedCurrency: sinon.stub().resolves({ currency: 'USD' }),
|
||||
promises: {
|
||||
getRecommendedCurrency: sinon.stub().resolves({ currency: 'USD' }),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user