[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:
Kristina
2025-07-02 14:42:42 +02:00
committed by Copybot
parent 3f1a930046
commit 4eee7cd6ef
6 changed files with 0 additions and 57 deletions
@@ -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',
},
})
})
})