fix time update test to respect new taborder logic

This commit is contained in:
Gregor Vostrak
2025-01-29 14:41:20 +01:00
parent 68228bccb2
commit 6f6e5fb4c3

View File

@@ -152,7 +152,7 @@ test('test that starting and updating the time while running works', async ({
JSON.stringify([]) JSON.stringify([])
); );
}), }),
page.getByTestId('time_entry_time').press('Tab'), page.getByTestId('time_entry_time').press('Enter'),
]); ]);
await expect(page.getByTestId('time_entry_time')).toHaveValue(/00:20/); await expect(page.getByTestId('time_entry_time')).toHaveValue(/00:20/);