fix e2e tests for new duration reporting format logic

This commit is contained in:
Gregor Vostrak
2026-04-17 14:36:56 +02:00
parent 277dbaf6eb
commit bd44a2b376
4 changed files with 17 additions and 17 deletions

View File

@@ -157,9 +157,9 @@ async function submit() {
</Select>
<FieldDescription v-if="showsHhMmSsInReports">
Reports and totals shown next to cost use HH:MM:SS for this format, so the
duration reconciles with the billable amount down to the second. Everywhere
else (time tracker, calendar, entry rows) seconds are omitted and durations
stay in your chosen format.
duration reconciles with the billable amount down to the second. Everywhere else
(time tracker, calendar, entry rows) seconds are omitted and durations stay in
your chosen format.
</FieldDescription>
</Field>
</template>