From ef6950c5df5c4d5ae295bb5ff9a5fd8dddd5a9dc Mon Sep 17 00:00:00 2001 From: suyx Date: Thu, 6 Aug 2026 12:19:21 +0800 Subject: [PATCH] =?UTF-8?q?test(POSTV1-ASSET-ALL-16):=20=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=85=A8=E9=87=8F=E7=B4=A0=E6=9D=90=E9=9B=86=E6=88=90=E5=9B=9E?= =?UTF-8?q?=E5=BD=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/e2e/wp4-04-color-dynamic.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/wp4-04-color-dynamic.spec.ts b/tests/e2e/wp4-04-color-dynamic.spec.ts index 8a38a5e..3000241 100644 --- a/tests/e2e/wp4-04-color-dynamic.spec.ts +++ b/tests/e2e/wp4-04-color-dynamic.spec.ts @@ -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 page.goto(`${webUrl}/app/projects/${projectId}/editor`); 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", "色卡基于原始底图,更换底图时更新,不随裁剪、调色和滤镜变化"); const placements = [ [{ key: "ArrowLeft", times: 15 }, { key: "ArrowUp", times: 14 }],