Skip to content

Commit 3bd559d

Browse files
test(cli): update snapshots for Todo Tray UI change
1 parent 981aa75 commit 3bd559d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

packages/cli/src/ui/components/messages/__snapshots__/Todo.test.tsx.snap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`<TodoTray /> (showFullTodos: false) > renders a todo list with long descriptions that wrap when full view is on 1`] = `
44
"──────────────────────────────────────────────────
5-
Todo 1/2 completed (Ctrl+T to toggle) » This i
5+
Tasks 1/2 completed (Ctrl+T to toggle) » This …
66
"
77
`;
88

@@ -14,25 +14,25 @@ exports[`<TodoTray /> (showFullTodos: false) > renders null when todo list is em
1414

1515
exports[`<TodoTray /> (showFullTodos: false) > renders the most recent todo list when multiple write_todos calls are in history 1`] = `
1616
"────────────────────────────────────────────────────────────────────────────────────────────────────
17-
Todo 0/2 completed (Ctrl+T to toggle) » Newer Task 2
17+
Tasks 0/2 completed (Ctrl+T to toggle) » Newer Task 2
1818
"
1919
`;
2020

2121
exports[`<TodoTray /> (showFullTodos: false) > renders when todos exist and one is in progress 1`] = `
2222
"────────────────────────────────────────────────────────────────────────────────────────────────────
23-
Todo 1/3 completed (Ctrl+T to toggle) » Task 2
23+
Tasks 1/3 completed (Ctrl+T to toggle) » Task 2
2424
"
2525
`;
2626

2727
exports[`<TodoTray /> (showFullTodos: false) > renders when todos exist but none are in progress 1`] = `
2828
"────────────────────────────────────────────────────────────────────────────────────────────────────
29-
Todo 1/2 completed (Ctrl+T to toggle)
29+
Tasks 1/2 completed (Ctrl+T to toggle)
3030
"
3131
`;
3232

3333
exports[`<TodoTray /> (showFullTodos: true) > renders a todo list with long descriptions that wrap when full view is on 1`] = `
3434
"──────────────────────────────────────────────────
35-
Todo 1/2 completed (Ctrl+T to toggle)
35+
Tasks 1/2 completed (Ctrl+T to toggle)
3636
3737
» This is a very long description for a pending
3838
task that should wrap around multiple lines
@@ -44,7 +44,7 @@ exports[`<TodoTray /> (showFullTodos: true) > renders a todo list with long desc
4444

4545
exports[`<TodoTray /> (showFullTodos: true) > renders full list when all todos are inactive 1`] = `
4646
"────────────────────────────────────────────────────────────────────────────────────────────────────
47-
Todo 1/1 completed (Ctrl+T to toggle)
47+
Tasks 1/1 completed (Ctrl+T to toggle)
4848
4949
✓ Task 1
5050
✗ Task 2
@@ -57,7 +57,7 @@ exports[`<TodoTray /> (showFullTodos: true) > renders null when todo list is emp
5757

5858
exports[`<TodoTray /> (showFullTodos: true) > renders the most recent todo list when multiple write_todos calls are in history 1`] = `
5959
"────────────────────────────────────────────────────────────────────────────────────────────────────
60-
Todo 0/2 completed (Ctrl+T to toggle)
60+
Tasks 0/2 completed (Ctrl+T to toggle)
6161
6262
☐ Newer Task 1
6363
» Newer Task 2
@@ -66,7 +66,7 @@ exports[`<TodoTray /> (showFullTodos: true) > renders the most recent todo list
6666

6767
exports[`<TodoTray /> (showFullTodos: true) > renders when todos exist and one is in progress 1`] = `
6868
"────────────────────────────────────────────────────────────────────────────────────────────────────
69-
Todo 1/3 completed (Ctrl+T to toggle)
69+
Tasks 1/3 completed (Ctrl+T to toggle)
7070
7171
☐ Pending Task
7272
» Task 2
@@ -77,7 +77,7 @@ exports[`<TodoTray /> (showFullTodos: true) > renders when todos exist and one i
7777

7878
exports[`<TodoTray /> (showFullTodos: true) > renders when todos exist but none are in progress 1`] = `
7979
"────────────────────────────────────────────────────────────────────────────────────────────────────
80-
Todo 1/2 completed (Ctrl+T to toggle)
80+
Tasks 1/2 completed (Ctrl+T to toggle)
8181
8282
☐ Pending Task
8383
✗ In Progress Task

0 commit comments

Comments
 (0)