add reporting tests for detailed, project filter, billable filter, tag filter

This commit is contained in:
Gregor Vostrak
2025-05-05 17:23:01 +02:00
parent 26c50867b3
commit b796d232f5
4 changed files with 189 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ function selectInput(event: Event) {
<template>
<input
v-model="currentTime"
data-testid="time_entry_duration_input"
name="Duration"
class="text-text-primary w-[90px] px-2 py-1.5 bg-transparent text-center hover:bg-card-background rounded-lg border border-transparent hover:border-card-border text-sm font-semibold focus-visible:bg-tertiary focus-visible:border-transparent focus-visible:ring-2 focus-visible:ring-ring"
@focus="selectInput"
@keydown.tab="open = false"