Compare commits

...

5 Commits

Author SHA1 Message Date
xiaoxia 17c6b0e3bd Merge pull request 'chore: CHANGELOG for #1963 (douyin extract error handling)' (#1964) from chore/trigger-ci-after-1963 into develop
chore: CHANGELOG for #1963 (#1964)
2026-09-16 14:48:57 +08:00
xiaoxia-agent 78cab46578 chore: update CHANGELOG for #1963 (douyin extract error handling)
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 51s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 4m22s
AI Code Review / AI Code Review (pull_request) Successful in 6m18s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 10m36s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 10s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 24s
2026-09-16 14:21:02 +08:00
xiaoxia-agent 9e87781a85 chore: trigger CI deploy to staging after #1963 2026-09-16 13:43:23 +08:00
xiaoxia 57545ab694 Merge pull request 'fix(scripts): extract-from-douyin 异常路径全部返回业务码,杜绝 500 INTERNAL_ERROR' (#1963) from fix/extract-douyin-error-handling into develop
fix(scripts): extract-from-douyin 异常路径全部返回业务码,杜绝 500 (#1963)
2026-09-16 13:36:47 +08:00
xiaoxia 51694cbd0c test(e2e): 放宽生成完成等待超时至7分钟(DOUBAO 真生成偶发超3分钟) (#1962)
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com>
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com>
2026-09-16 13:18:15 +08:00
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -494,3 +494,5 @@
- [Fixed] Bug 修复
- [Security] 安全相关更新
- [Performance] 性能优化
---
- 2026-09-16: fix extract-from-douyin 异常路径全部返回业务码(消除500) #1963
+3 -3
View File
@@ -49,10 +49,10 @@ type AssetListResponse = {
}
test.describe("Core generation flow", () => {
test.describe.configure({ timeout: 360_000 })
test.describe.configure({ timeout: 600_000 })
test("walks through wizard with count modal and starts generation", async ({ page, request }) => {
test.setTimeout(360_000)
test.setTimeout(600_000)
await routeBrowserApiToTestApi(page)
const suffix = Date.now().toString(36)
@@ -266,7 +266,7 @@ test.describe("Core generation flow", () => {
// 等待渲染完成:单视频成片播放器渲染(带「⬇️ 下载」按钮),最长等待 3 分钟
// 注意:message.success「视频生成完成」toast 3秒后自动消失,不能作为稳定断言点
await expect(page.getByRole("button", { name: "⬇️ 下载" })).toBeVisible({ timeout: 180_000 })
await expect(page.getByRole("button", { name: "⬇️ 下载" })).toBeVisible({ timeout: 420_000 })
// #1954 修复:生成完成后步骤4底部应显示「下一步:选择封面」按钮
// 等待底部主按钮从「⏳/确认生成」切换为「下一步:选择封面」