mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Add "Rendered" display mode to the logs view (#14994)
This commit is contained in:
@@ -310,3 +310,7 @@ export function verifyOutputHoverState(expectedText: string) {
|
||||
export function resetHoverState() {
|
||||
getBackToCanvasButton().realHover();
|
||||
}
|
||||
|
||||
export function setInputDisplayMode(mode: 'Schema' | 'Table' | 'JSON' | 'Binary') {
|
||||
getInputPanel().findChildByTestId('ndv-run-data-display-mode').contains(mode).click();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user