fix: refine mobile workbench sheets
This commit is contained in:
@@ -70,6 +70,18 @@ test.describe("neutral blue mist workbench", () => {
|
||||
});
|
||||
});
|
||||
|
||||
test("mobile launcher keeps Agent, map tools, and conditions visually balanced", async ({
|
||||
page
|
||||
}) => {
|
||||
await page.setViewportSize({ width: 390, height: 844 });
|
||||
await openWorkbench(page);
|
||||
|
||||
await expect(page).toHaveScreenshot("workbench-mobile-launcher-light.png", {
|
||||
animations: "disabled",
|
||||
maxDiffPixelRatio: 0.01
|
||||
});
|
||||
});
|
||||
|
||||
test("mobile light basemap shows the Agent half sheet", async ({ page }) => {
|
||||
await page.setViewportSize({ width: 390, height: 844 });
|
||||
await openWorkbench(page);
|
||||
|
||||
Reference in New Issue
Block a user