mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
adapt test to respect new formatting for hours-minutes-colon-seperated
This commit is contained in:
@@ -230,7 +230,9 @@ test('test that format settings are reflected in the dashboard', async ({
|
|||||||
await expect(page.getByText('0.00€')).toBeVisible();
|
await expect(page.getByText('0.00€')).toBeVisible();
|
||||||
|
|
||||||
// check that 00:00 is displayed
|
// check that 00:00 is displayed
|
||||||
await expect(page.getByText('0:00', { exact: true }).nth(0)).toBeVisible();
|
await expect(
|
||||||
|
page.getByText('0:00 h', { exact: true }).nth(0)
|
||||||
|
).toBeVisible();
|
||||||
// check that 0h 00min is not displayed
|
// check that 0h 00min is not displayed
|
||||||
await expect(
|
await expect(
|
||||||
page.getByText('0h 00min', { exact: true }).nth(0)
|
page.getByText('0h 00min', { exact: true }).nth(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user