Finishing agent merge
This commit is contained in:
@@ -475,8 +475,8 @@ describe("Chat review panel", () => {
|
||||
it("fetches upcoming stories on mount and renders panel", async () => {
|
||||
mockedWorkflow.getUpcomingStories.mockResolvedValueOnce({
|
||||
stories: [
|
||||
{ story_id: "31_view_upcoming", name: "View Upcoming Stories" },
|
||||
{ story_id: "32_worktree", name: null },
|
||||
{ story_id: "31_view_upcoming", name: "View Upcoming Stories", error: null },
|
||||
{ story_id: "32_worktree", name: null, error: null },
|
||||
],
|
||||
});
|
||||
|
||||
@@ -544,6 +544,7 @@ describe("Chat review panel", () => {
|
||||
"The UI lists unchecked acceptance criteria.",
|
||||
"Each TODO is displayed as its full text.",
|
||||
],
|
||||
error: null,
|
||||
},
|
||||
],
|
||||
});
|
||||
@@ -566,6 +567,7 @@ describe("Chat review panel", () => {
|
||||
story_id: "28_ui_show_test_todos",
|
||||
story_name: "Show Remaining Test TODOs in the UI",
|
||||
todos: [],
|
||||
error: null,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user