diff --git a/browser_tests/tests/mobileViewport.spec.ts b/browser_tests/tests/mobileViewport.spec.ts index 925bdacac..a13d73d06 100644 --- a/browser_tests/tests/mobileViewport.spec.ts +++ b/browser_tests/tests/mobileViewport.spec.ts @@ -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)