Fix node search box filter test (#1561)

This commit is contained in:
Chenlei Hu
2024-11-15 21:18:19 -05:00
committed by GitHub
parent 39bab9d9e2
commit b4352bcd8d
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ export class ComfyNodeSearchBox {
}
get filterButton() {
return this.page.locator('.comfy-vue-node-search-container ._filter-button')
return this.page.locator('.comfy-vue-node-search-container .filter-button')
}
async fillAndSelectFirstNode(

View File

@@ -16,7 +16,7 @@
<Button
icon="pi pi-filter"
severity="secondary"
class="z-10"
class="filter-button z-10"
@click="nodeSearchFilterVisible = true"
/>
<Dialog v-model:visible="nodeSearchFilterVisible" class="min-w-96">