test: remove flaky sort dropdown test — low value, unstable selector

This commit is contained in:
dante01yoon
2026-04-09 13:09:13 +09:00
parent 52702ce9e0
commit 1acc54d2e4

View File

@@ -398,16 +398,6 @@ test.describe('ManagerDialog', { tag: '@ui' }, () => {
).toBeVisible()
})
test('Sort dropdown is visible', async ({ comfyPage }) => {
await openManagerDialog(comfyPage)
const dialog = comfyPage.page.getByRole('dialog')
await expect(dialog).toBeVisible()
const sortDropdown = dialog.getByText('Downloads')
await expect(sortDropdown).toBeVisible()
})
test('Search mode can be switched between packs and nodes', async ({
comfyPage
}) => {