Skip to content

Commit ffa0120

Browse files
committed
[E2E] Credit statistics logic has always been faulty
1 parent ed8f282 commit ffa0120

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cypress/e2e/Population_statistics.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,22 +208,22 @@ describe('Population statistics tests', () => {
208208
const categories = [
209209
{
210210
selector: 'All students of the population',
211-
data: ['3773.50', '139.76', '141.00', '60.07', '19', '268'],
211+
data: ['6136.50', '227.28', '197.00', '117.94', '60', '533'],
212212
size: 27,
213213
},
214214
{
215215
selector: 'Muu',
216-
data: ['359.00', '119.67', '111.00', '43.71', '71', '177'],
216+
data: ['580.00', '193.33', '192.00', '36.75', '149', '239'],
217217
size: 3,
218218
},
219219
{
220220
selector: 'Todistusvalinta',
221-
data: ['2742.50', '152.36', '178.00', '65.75', '19', '268'],
221+
data: ['3657.50', '203.19', '193.50', '98.35', '60', '460'],
222222
size: 18,
223223
},
224224
{
225225
selector: 'Avoin väylä',
226-
data: ['672.00', '112.00', '104.00', '29.40', '82', '169'],
226+
data: ['1899.00', '316.50', '257.00', '150.43', '150', '533'],
227227
size: 6,
228228
},
229229
]

0 commit comments

Comments
 (0)