-
Notifications
You must be signed in to change notification settings - Fork 377
[fix] properly show error states #5758
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
Conversation
🎭 Playwright Test Results⏰ Completed at: 09/24/2025, 08:38:56 PM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
f058337
to
3a9fd98
Compare
Co-authored-by: Alexander Brown <[email protected]>
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.
How about the red circular outlines around the slots?
@DrJKL I'm gonna follow up immediately with the open requested changes in a new pr |
## Summary 1. Fixes nits for #5758 2. Adds some git ignores ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5763-Fixes-nits-for-5758-2796d73d36508192b3e6feecfcacf38b) by [Unito](https://www.unito.io) --------- Co-authored-by: filtered <[email protected]>
Do we still need the little red outline on the slots with errors or is that already working? |
Still need it |
## Summary Added browser test to verify Vue nodes display error state when workflow contains missing/unknown nodes, complementing - #5758 ## Changes - **What**: Added [Playwright test](https://playwright.dev/docs/writing-tests) for Vue nodes error state handling with missing nodes - **Test Coverage**: Validates `border-error` class application on nodes with `UNKNOWN NODE` text ## Review Focus Test reliability when loading workflows with missing nodes and dialog interaction timing. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5768-test-add-browser-test-for-missing-vue-nodes-error-state-2796d73d365081aea187cdbc7920a643) by [Unito](https://www.unito.io)
@christian-byrne Yes we still need those. I didn't fix those because I didn't have enough context on how stuff worked when I fixed this. I probably have enough now to fix that bug. Would you like me to? |
@arjansingh Yes, please! |
Summary
I want to take a more general look at
comfyApp.graph.onTrigger
but this is the cleanest fix I could come up with for #5694.I will explore simplifying onTrigger in a separate PR.
Changes
node:slot-errors:changed
trigger.Screenshots (if applicable)
Working error states!
┆Issue is synchronized with this Notion page by Unito