Fix leftover merge conflict markers in Chat.test.tsx
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -766,7 +766,6 @@ describe("Chat message rendering — unified tool call UI", () => {
|
||||
capturedWsHandlers?.onUpdate(messages);
|
||||
});
|
||||
|
||||
<<<<<<< HEAD
|
||||
expect(await screen.findByText("Bash(cargo test)")).toBeInTheDocument();
|
||||
expect(await screen.findByText("Read(Cargo.toml)")).toBeInTheDocument();
|
||||
});
|
||||
@@ -855,6 +854,5 @@ describe("Chat two-column layout", () => {
|
||||
configurable: true,
|
||||
value: 1024,
|
||||
});
|
||||
>>>>>>> 222b581 (Story 48: Two Column Layout — Chat Left, Panels Right)
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user