mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-17 12:56:35 +00:00
test(ui): remove retired source mirrors (#121607)
This commit is contained in:
parent
ebd03db156
commit
fbebfc713f
2 changed files with 0 additions and 6 deletions
|
|
@ -68,7 +68,6 @@ export type TestChatPane = HTMLElement & {
|
|||
handleSessionSuggestionEvent: (event: SessionSuggestionEvent) => void;
|
||||
handleSessionTypingEvent: (event: SessionTypingEvent) => void;
|
||||
typingActors: Map<string, { label: string; expiresAt: number }>;
|
||||
typingActorViews: () => { id: string; label: string }[];
|
||||
refreshSessionSuggestions: () => Promise<void>;
|
||||
resolveCurrentSessionSuggestion: (
|
||||
suggestion: SessionSuggestion,
|
||||
|
|
|
|||
|
|
@ -132,11 +132,6 @@ describe("chat task suggestions", () => {
|
|||
expect(copy?.textContent?.trim()).toBe("Copied");
|
||||
});
|
||||
|
||||
it("renders no card icon column", () => {
|
||||
const { container } = renderSuggestion();
|
||||
expect(container.querySelector(".task-suggestion__icon")).toBeNull();
|
||||
});
|
||||
|
||||
it("offers no acceptance-mode actions when modes are not advertised", () => {
|
||||
const { container, onAccept } = renderSuggestion({
|
||||
canAcceptTaskSuggestionModes: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue