feat: refine task and countdown interactions
This commit is contained in:
@@ -14,8 +14,10 @@ describe('add-task CalendarPicker integration', () => {
|
||||
expect(app).toContain("if (!value) { composeHasTime.value = false; composeRepeat.value = 'none' }")
|
||||
expect(app).not.toContain('ref="composeDatePicker"')
|
||||
expect(app).not.toContain('function openComposeDuePicker()')
|
||||
expect(app).toContain('type="datetime-local"')
|
||||
expect(app).not.toContain('type="datetime-local"')
|
||||
expect(app).toContain('v-model="composeTime" type="time"')
|
||||
expect(app).toContain('v-model="selectedDueDate"')
|
||||
expect(app).toContain('v-model="selectedDueTime" type="time"')
|
||||
})
|
||||
|
||||
it('uses a fixed desktop popover and opaque mobile bottom sheet above task compose', () => {
|
||||
|
||||
Reference in New Issue
Block a user