change tests to always register a new user before running, skip flaky tests

This commit is contained in:
Gregor Vostrak
2024-05-16 13:08:56 +02:00
parent e2c6026b47
commit 420508322c
5 changed files with 29 additions and 58 deletions

View File

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