merge: integrate remote main

This commit is contained in:
inman
2026-09-04 14:14:02 +08:00
11 changed files with 258 additions and 46 deletions

View File

@@ -462,8 +462,9 @@ test.describe('AI Design V2 workspace', () => {
await expect(page.getByTestId('image-workspace-conversation'))
.toContainText('记住了:主体更简洁,也会为标题留出空间。');
await page.getByRole('button', { name: '看看制作方案' }).click();
await page.getByRole('button', { name: '下一步:看看制作方案', exact: true }).click();
await expect(page.getByRole('heading', { name: '制作方案准备好了' })).toBeVisible();
await expect(page.getByTestId('design-offered-quote')).toBeInViewport();
await expect(page.getByText('开始后会按现在的想法制作;如果再改想法,需要重新准备方案。')).toBeVisible();
await expect(page.getByLabel(/Prompt|提示词/i)).toHaveCount(0);
await expect(page.getByText(/规格版本|编译器|生成方式|不可变/)).toHaveCount(0);