mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
[web] rm annual-prices-monthly-rates split test (#26727)
* [web] rm annual-prices-monthly-rates split test - rm monthly rates treatment - rm unused translations - rm unused supporting functions - rm unused styles GitOrigin-RevId: 5901853245cd9b01ee9e4774154d29ae8f5fcae5
This commit is contained in:
@@ -184,10 +184,6 @@ describe('SubscriptionHelper', function () {
|
||||
collaborator: '5 CHF',
|
||||
professional: '50 CHF',
|
||||
},
|
||||
pricePerUserPerMonth: {
|
||||
collaborator: '0,45 CHF',
|
||||
professional: '4,20 CHF',
|
||||
},
|
||||
})
|
||||
})
|
||||
})
|
||||
@@ -209,10 +205,6 @@ describe('SubscriptionHelper', function () {
|
||||
collaborator: '10 kr.',
|
||||
professional: '100 kr.',
|
||||
},
|
||||
pricePerUserPerMonth: {
|
||||
collaborator: '0,85 kr.',
|
||||
professional: '8,35 kr.',
|
||||
},
|
||||
})
|
||||
})
|
||||
})
|
||||
@@ -234,10 +226,6 @@ describe('SubscriptionHelper', function () {
|
||||
collaborator: '15 kr',
|
||||
professional: '150 kr',
|
||||
},
|
||||
pricePerUserPerMonth: {
|
||||
collaborator: '1,25 kr',
|
||||
professional: '12,50 kr',
|
||||
},
|
||||
})
|
||||
})
|
||||
})
|
||||
@@ -261,10 +249,6 @@ describe('SubscriptionHelper', function () {
|
||||
collaborator: 'kr 20',
|
||||
professional: 'kr 200',
|
||||
},
|
||||
pricePerUserPerMonth: {
|
||||
collaborator: 'kr 1.70',
|
||||
professional: 'kr 16.70',
|
||||
},
|
||||
})
|
||||
})
|
||||
})
|
||||
@@ -286,10 +270,6 @@ describe('SubscriptionHelper', function () {
|
||||
collaborator: '$25',
|
||||
professional: '$250',
|
||||
},
|
||||
pricePerUserPerMonth: {
|
||||
collaborator: '$2.10',
|
||||
professional: '$20.85',
|
||||
},
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user