Files
n8n-enterprise-unlocked/cypress/e2e/50-logs.cy.ts
Suguru Inoue d24b684a95 feat(editor): Make logs applicable for all nodes (#14397)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2025-04-10 13:05:52 +02:00

5 lines
217 B
TypeScript

describe('Logs', () => {
// TODO: the test can be written without AI nodes once https://linear.app/n8n/issue/SUG-39 is implemented
it('should open NDV with the run index that corresponds to clicked log entry');
});