Skip to content

Commit

Permalink
oo - fix checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 23, 2024
1 parent e84366f commit ae3f927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browser_tests/dialog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test.describe('Missing models warning', () => {
const missingModelsWarning = comfyPage.page.locator('.comfy-missing-models')
await expect(missingModelsWarning).toBeVisible()

const folderSelectToggle = comfyPage.page.locator('.model-path-select')
const folderSelectToggle = comfyPage.page.locator('.model-path-select-checkbox')
await expect(folderSelectToggle).toBeVisible()

await folderSelectToggle.click()
Expand Down
1 change: 1 addition & 0 deletions src/components/dialog/content/MissingModelsWarning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</p>
<p class="warning-options">
<Checkbox
class="model-path-select-checkbox"
v-model="showFolderSelect"
label="Show folder selector"
:binary="true"
Expand Down

0 comments on commit ae3f927

Please sign in to comment.