mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
fix time update test to respect new taborder logic
This commit is contained in:
@@ -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/);
|
||||||
|
|||||||
Reference in New Issue
Block a user