Revert "fix: use selectFirstNodeByTitles to avoid strict mode violations"

This reverts commit 40961820d0.
This commit is contained in:
bymyself
2026-01-31 20:58:18 -08:00
parent 40961820d0
commit 4d11359bea
6 changed files with 21 additions and 50 deletions

View File

@@ -10,10 +10,7 @@ test.describe('Properties panel search functionality', { tag: ['@ui'] }, () => {
test.describe('Search with multiple nodes selected', () => {
test.beforeEach(async ({ comfyPage }) => {
await comfyPage.selectFirstNodeByTitles([
'KSampler',
'CLIP Text Encode (Prompt)'
])
await comfyPage.selectNodes(['KSampler', 'CLIP Text Encode (Prompt)'])
})
test('filters widgets by search query', async ({ comfyPage }) => {