mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 00:20:07 +00:00
typo
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user