fix(editor): Revert remove tooltip from info tip (no-changelog) (#10771)

This commit is contained in:
Tomi Turtiainen
2024-09-11 16:09:15 +03:00
committed by GitHub
parent a1e011dd2a
commit 99ba710642
5 changed files with 57 additions and 3 deletions

View File

@@ -132,6 +132,10 @@ describe('NDV', () => {
'contains.text',
"An expression here won't work because it uses .item and n8n can't figure out the matching item.",
);
ndv.getters.nodeRunErrorIndicator().should('be.visible');
// The error details should be hidden behind a tooltip
ndv.getters.nodeRunErrorIndicator().should('not.contain', 'Start Time');
ndv.getters.nodeRunErrorIndicator().should('not.contain', 'Execution Time');
});
it('should save workflow using keyboard shortcut from NDV', () => {