This commit is contained in:
Benjamin Lu
2025-04-16 15:42:09 -04:00
parent bbf369c25b
commit 0bff8eaf99

View File

@@ -16,7 +16,7 @@ test.describe('Mobile viewport', () => {
const topMenu = comfyPage.page.locator('.comfyui-menu')
await expect(topMenu).toBeVisible()
// Top menu is not cut off from the tpo
// Top menu is not cut off from the top
const topMenuBox = await topMenu.boundingBox()
expect(topMenuBox?.y).toBeGreaterThanOrEqual(0)