diff --git a/src/components/image-editor/EditorAgentConversation/EditorAgentConversationPanelView.test.tsx b/src/components/image-editor/EditorAgentConversation/EditorAgentConversationPanelView.test.tsx index 77cf831f6..e64c65f6b 100644 --- a/src/components/image-editor/EditorAgentConversation/EditorAgentConversationPanelView.test.tsx +++ b/src/components/image-editor/EditorAgentConversation/EditorAgentConversationPanelView.test.tsx @@ -310,7 +310,9 @@ describe('EditorAgentConversationPanelView', () => { expect( (screen.getByLabelText('发送给画布 Agent') as HTMLTextAreaElement).value, ).toBe('应保留到新会话的草稿'); - expect(screen.getByText('角色图层')).toBeTruthy(); + expect( + screen.getByText('一二三四五六七八九十甲乙丙丁戊己庚辛壬癸子丑寅卯'), + ).toBeTruthy(); expect( screen.getByRole('option', { name: '角色参考' }), ).toBeTruthy();