合并远程主分支客户端收口
This commit is contained in:
@@ -57,7 +57,6 @@ async function installFirstChatHost(electronApp: ElectronApplication): Promise<v
|
||||
schemaVersion: 1,
|
||||
projectType: 'custom',
|
||||
initialized: true,
|
||||
superpowersEnabled: false,
|
||||
defaultModel: 'niancode-user-models/qwen3.7-plus',
|
||||
agents: [agent],
|
||||
knowledgeDirectory: 'knowledge',
|
||||
@@ -223,6 +222,8 @@ test('submits the first prompt without waiting for the known-empty session histo
|
||||
let page = await getStableWindow(electronApp);
|
||||
await page.reload();
|
||||
page = await getStableWindow(electronApp);
|
||||
await expect(page.getByTestId('ai-module-selection-page')).toBeVisible();
|
||||
await page.getByTestId('ai-module-option-programming').click();
|
||||
const agent = page.getByTestId('project-agent-chat-game-development');
|
||||
await agent.click();
|
||||
await expect(agent).toHaveAttribute('aria-pressed', 'true');
|
||||
|
||||
Reference in New Issue
Block a user