style: refine dense task views
This commit is contained in:
@@ -1149,7 +1149,7 @@ describe('unified floating add interaction', () => {
|
||||
expect(saveBlock).toContain("const taskId = selectedTask.value?.id")
|
||||
expect(saveBlock).toContain('const selectionToken = recurrenceLoadToken')
|
||||
expect(saveBlock).toContain("const repeatValue = selectedDueDate.value ? selectedTaskRepeat.value : 'none'")
|
||||
expect(saveBlock).toContain('structuredClone(selectedRepeatConfig.value)')
|
||||
expect(saveBlock).toContain('JSON.parse(JSON.stringify(selectedRepeatConfig.value))')
|
||||
expect(saveBlock).toContain("const taskSaved = await saveTask({ showSuccess: false, expectedTaskId: taskId, expectedSelectionToken: selectionToken })")
|
||||
expect(saveBlock).toContain("recurrenceLoadToken !== selectionToken")
|
||||
expect(saveBlock).toContain('if (!taskSaved.due_at) {')
|
||||
|
||||
Reference in New Issue
Block a user