From be0e03c823bca47951d4ed7c3d182783151e40b6 Mon Sep 17 00:00:00 2001 From: monsieurswag Date: Fri, 13 Sep 2024 12:21:36 +0200 Subject: [PATCH] Attempt to fix functional tests by making cost a string --- frontend/tests/functional/user-route.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tests/functional/user-route.test.ts b/frontend/tests/functional/user-route.test.ts index f761fd77e..5de56fd8d 100644 --- a/frontend/tests/functional/user-route.test.ts +++ b/frontend/tests/functional/user-route.test.ts @@ -110,7 +110,7 @@ test('user usual routine actions are working correctly', async ({ eta: '2025-01-01', link: 'https://intuitem.com/', effort: 'Large', - cost: 24.42, + cost: "24.42", folder: vars.folderName, reference_control: `${vars.folderName}/${vars.referenceControlName}` });