fix: remove habit refresh action
ci / docker (push) Successful in 6m56s

This commit is contained in:
2026-09-08 09:46:54 +08:00
parent 35cc309bd0
commit 7ec480914a
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -31,6 +31,11 @@ describe('mobile navigation styles', () => {
})
describe('task and habit row decoration', () => {
it('removes the redundant habit refresh action', () => {
expect(mvpPanel).not.toContain('<RefreshCw />刷新')
expect(mvpPanel).not.toContain('RefreshCw,')
})
it('supports vertical drag handles for reordering tasks and habits', () => {
expect(app.match(/class="drag-handle task-drag-handle"/g)?.length).toBe(2)
expect(app).toContain('@pointerdown.stop="startTaskReorder')