public async fillTimeValue()

in src/pom/stateful/components/date_picker.component.ts [35:37]


    public async fillTimeValue(value: string) {
        await this.timeValue().fill(value);
    }