-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] Update primevue to 4.2.5 #2304
Conversation
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
I think should be in sync as well: npm/@primevue/[email protected] |
Already included in da96084 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this unused component.
@@ -1,35 +1,17 @@ | |||
<template> | |||
<div class="color-picker-wrapper flex items-center gap-2"> | |||
<ColorPicker v-model="modelValue"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove incorrectly generated code. ColorPicker
does not have a header
slot.
@@ -82,10 +82,14 @@ test.describe('Node search box', () => { | |||
test('Has correct aria-labels on search results', async ({ comfyPage }) => { | |||
const node = 'Load Checkpoint' | |||
await comfyPage.doubleClickCanvas() | |||
await comfyPage.searchBox.fillAndSelectFirstNode(node) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fillAndSelectFirstNode
do the click in the first dropdown item, which will cause the searchbox to be dismissed. This will cause issue for the subsequent check of dropdown element, so change to inline those selection logic.
Updates primevue and @primevue/themes to 4.2.5.
┆Issue is synchronized with this Notion page by Unito