This commit is contained in:
@@ -183,6 +183,11 @@ describe('mobile touch targets', () => {
|
||||
})
|
||||
|
||||
describe('unified floating add interaction', () => {
|
||||
it('defaults every new-task composer to today', () => {
|
||||
expect(app).toContain('composeDueAt.value = defaultTaskDueAt()')
|
||||
expect(app).not.toContain("activeView.value === 'today' ? toDateTimeLocal(quickTaskFields")
|
||||
})
|
||||
|
||||
it('lets task create and detail forms configure a repeat rule', () => {
|
||||
expect(app).toContain('const composeRepeat = ref')
|
||||
expect(app).toContain('const selectedTaskRepeat = ref')
|
||||
|
||||
Reference in New Issue
Block a user