This commit is contained in:
@@ -185,7 +185,9 @@ 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")
|
||||
expect(app).toContain('v-model="composeDueAt" type="date"')
|
||||
expect(app).toContain('v-model="composeHasTime" type="checkbox"')
|
||||
expect(app).toContain("composeHasTime.value ? composeTime.value : '23:59'")
|
||||
})
|
||||
|
||||
it('lets task create and detail forms configure a repeat rule', () => {
|
||||
|
||||
Reference in New Issue
Block a user