feat: refactor artifact analysis workspace

This commit is contained in:
2026-08-19 16:09:51 +08:00
parent bfadc95f93
commit d2f2895c36
26 changed files with 998 additions and 2278 deletions
@@ -21,6 +21,7 @@ test("opening Agent and condition panels does not move the map camera", async ({
await page.getByRole("button", { name: /展开 Agent 助手面板/ }).click();
await expect(page.locator('aside[aria-label="Agent 命令面板"]')).toBeVisible();
await page.getByRole("button", { name: "工况任务", exact: true }).click();
const conditionPanel = page.getByRole("region", { name: "工况任务", exact: true });
await conditionPanel.getByRole("button", { name: "展开工况任务" }).click();
await expect(conditionPanel).toHaveCSS("width", "880px");