mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
fix: match i18n text 'Inputs'/'Outputs' instead of CSS-uppercased 'INPUTS'
This commit is contained in:
@@ -21,11 +21,7 @@ test.describe('Text size token rename regression', { tag: '@ui' }, () => {
|
||||
await leaf.hover()
|
||||
|
||||
await expect(tab.nodePreview).toBeVisible()
|
||||
await expect(
|
||||
tab.nodePreview.getByText('INPUTS', { exact: true })
|
||||
).toBeVisible()
|
||||
await expect(
|
||||
tab.nodePreview.getByText('OUTPUTS', { exact: true })
|
||||
).toBeVisible()
|
||||
await expect(tab.nodePreview.getByText('Inputs')).toBeVisible()
|
||||
await expect(tab.nodePreview.getByText('Outputs')).toBeVisible()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user