We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8f282 commit ffa0120Copy full SHA for ffa0120
cypress/e2e/Population_statistics.js
@@ -208,22 +208,22 @@ describe('Population statistics tests', () => {
208
const categories = [
209
{
210
selector: 'All students of the population',
211
- data: ['3773.50', '139.76', '141.00', '60.07', '19', '268'],
+ data: ['6136.50', '227.28', '197.00', '117.94', '60', '533'],
212
size: 27,
213
},
214
215
selector: 'Muu',
216
- data: ['359.00', '119.67', '111.00', '43.71', '71', '177'],
+ data: ['580.00', '193.33', '192.00', '36.75', '149', '239'],
217
size: 3,
218
219
220
selector: 'Todistusvalinta',
221
- data: ['2742.50', '152.36', '178.00', '65.75', '19', '268'],
+ data: ['3657.50', '203.19', '193.50', '98.35', '60', '460'],
222
size: 18,
223
224
225
selector: 'Avoin väylä',
226
- data: ['672.00', '112.00', '104.00', '29.40', '82', '169'],
+ data: ['1899.00', '316.50', '257.00', '150.43', '150', '533'],
227
size: 6,
228
229
]
0 commit comments