refactor: organize supply frontend structure
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ test("renders map notices through a single toaster", async ({ page }) => {
|
||||
await page.getByLabel("打开用户菜单").click();
|
||||
await page.getByRole("menuitem", { name: /查看运行状态/ }).click();
|
||||
|
||||
await expect(page.locator("[data-sonner-toast]")).toHaveCount(1);
|
||||
await expect(page.getByText("数据状态", { exact: true })).toBeVisible();
|
||||
});
|
||||
|
||||
test("preserves compact typography in header and agent controls", async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user