respect start of week setting for charts

This commit is contained in:
Gregor Vostrak
2024-04-29 16:47:46 +02:00
parent 492be92592
commit fb3d326c28
6 changed files with 75 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ test('test that starting and stopping a timer with a description works', async (
page,
}) => {
await goToDashboard(page);
// TODO: Fix flakyness by disabling description input field until timer is loaded
await page
.getByTestId('time_entry_description')
.fill('New Time Entry Description');