fix(web): 恢复 MDTODO 稳定任务引用合同
This commit is contained in:
@@ -71,6 +71,10 @@ test.describe("project management pages", () => {
|
||||
"已载入",
|
||||
);
|
||||
await expect(page.locator('[data-task-id="R1"]')).toBeVisible();
|
||||
await expect(page.locator('[data-task-id="R1"]')).toHaveAttribute(
|
||||
"data-task-ref",
|
||||
"mdtodo:hwlab-v03-mdtodo:file_plan:R1",
|
||||
);
|
||||
await expect(page.locator('[data-task-id="R1.1"]')).toBeVisible();
|
||||
await expect(page.locator('[data-task-id="R1.1.1"]')).toBeVisible();
|
||||
await expect(page.getByTestId("mdtodo-task-detail")).not.toContainText(
|
||||
|
||||
Reference in New Issue
Block a user