mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 15:40:10 +00:00
[nit] Fix typo (#3577)
This commit is contained in:
@@ -360,10 +360,10 @@ test.describe('Signin dialog', () => {
|
||||
window['app'].extensionManager.dialog.showSignInDialog()
|
||||
})
|
||||
|
||||
const emailInput = comfyPage.page.locator('#comfy-org-sign-in-password')
|
||||
await emailInput.waitFor({ state: 'visible' })
|
||||
await emailInput.press('Control+v')
|
||||
await expect(emailInput).toHaveValue('test_password')
|
||||
const input = comfyPage.page.locator('#comfy-org-sign-in-password')
|
||||
await input.waitFor({ state: 'visible' })
|
||||
await input.press('Control+v')
|
||||
await expect(input).toHaveValue('test_password')
|
||||
|
||||
expect(await comfyPage.getNodes()).toHaveLength(nodeNum)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user