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:
roo hutton
2025-11-05 12:03:59 +00:00
committed by Copybot
parent faceb90593
commit 2e11f2c7b7
13 changed files with 738 additions and 53 deletions
@@ -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' }),
},