mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Inline expression previews are not displayed in NDV (#14475)
This commit is contained in:
@@ -126,6 +126,10 @@ export function getNodeOutputErrorMessage() {
|
||||
return getOutputPanel().findChildByTestId('node-error-message');
|
||||
}
|
||||
|
||||
export function getParameterExpressionPreviewValue() {
|
||||
return cy.getByTestId('parameter-expression-preview-value');
|
||||
}
|
||||
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
@@ -264,3 +268,7 @@ export function populateFixedCollection<T extends readonly string[]>(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export function assertInlineExpressionValid() {
|
||||
cy.getByTestId('inline-expression-editor-input').find('.cm-valid-resolvable').should('exist');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user