Skip to content
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

fix(editor): Don't show toolsUnused notice if run had errors #12529

Merged
merged 4 commits into from
Jan 13, 2025

Conversation

CharlieKolb
Copy link
Contributor

@CharlieKolb CharlieKolb commented Jan 9, 2025

Summary

Before:
image

After:
image

Considered adding another test case, but we did e2e testing (30-langchain) here and the mocking proves non-trivial. Added a tech debt ticket to move these to unit tests in OutputPanel.vue instead: https://linear.app/n8n/issue/ADO-3077/tech-debt-move-toolsunused-callout-e2e-tests-to-unit-tests

Related Linear tickets, Github issues, and Community forum posts

https://linear.app/n8n/issue/ADO-3076/the-none-of-your-tools-were-used-warning-is-also-showing-when-the

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Jan 9, 2025
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

Attention: Patch coverage is 22.22222% with 7 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
packages/editor-ui/src/components/OutputPanel.vue 22.22% 7 Missing ⚠️

📢 Thoughts on this report? Let us know!

@CharlieKolb CharlieKolb marked this pull request as ready for review January 9, 2025 12:08
RicardoE105
RicardoE105 previously approved these changes Jan 9, 2025
Copy link
Contributor

github-actions bot commented Jan 9, 2025

⚠️ Some Cypress E2E specs are failing, please fix them before merging

Copy link

cypress bot commented Jan 9, 2025

n8n    Run #8714

Run Properties:  status check passed Passed #8714  •  git commit 9c5dff42b9: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 CharlieKolb 🗃️ e2e/*
Project n8n
Branch Review ADO-3076
Run status status check passed Passed #8714
Run duration 04m 52s
Commit git commit 9c5dff42b9: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 CharlieKolb 🗃️ e2e/*
Committer Charlie Kolb
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 2
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 489
View all changes introduced in this branch ↗︎

Copy link
Contributor

✅ All Cypress E2E specs passed

@CharlieKolb CharlieKolb merged commit 3ec5b28 into master Jan 13, 2025
37 checks passed
@CharlieKolb CharlieKolb deleted the ADO-3076 branch January 13, 2025 08:05
@github-actions github-actions bot mentioned this pull request Jan 15, 2025
@janober
Copy link
Member

janober commented Jan 15, 2025

Got released with [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team Released ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants