test(POSTV1-ASSET-ALL-16): 完成全量素材集成回归
Dada P0-A isolated Windows CI / validate-and-package (push) Waiting to run

This commit is contained in:
suyx
2026-08-06 12:19:21 +08:00
parent 2cd85cd7cd
commit ef6950c5df
+1 -1
View File
@@ -137,7 +137,7 @@ test("TDD-WP4-COL-001 extracts once from raw pixels and refreshes only for a new
await routeEditor(page, projectId, backend); await routeEditor(page, projectId, backend);
await page.goto(`${webUrl}/app/projects/${projectId}/editor`); await page.goto(`${webUrl}/app/projects/${projectId}/editor`);
await page.getByRole("button", { name: "色卡", exact: true }).click(); await page.getByRole("button", { name: "色卡", exact: true }).click();
await expect(page.getByRole("button", { name: /^添加色卡/ })).toHaveCount(4); await expect(page.getByRole("button", { name: /^添加色卡/ })).toHaveCount(16);
await expect(page.getByRole("button", { name: "色卡说明" })).toHaveAttribute("title", "色卡基于原始底图,更换底图时更新,不随裁剪、调色和滤镜变化"); await expect(page.getByRole("button", { name: "色卡说明" })).toHaveAttribute("title", "色卡基于原始底图,更换底图时更新,不随裁剪、调色和滤镜变化");
const placements = [ const placements = [
[{ key: "ArrowLeft", times: 15 }, { key: "ArrowUp", times: 14 }], [{ key: "ArrowLeft", times: 15 }, { key: "ArrowUp", times: 14 }],