mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
test(editor): Migrate Paired item e2e tests to playwright (#19536)
This commit is contained in:
committed by
GitHub
parent
c6e147550c
commit
66e3f2b639
@@ -88,6 +88,10 @@ export class NodeDetailsViewPage extends BasePage {
|
||||
return this.page.getByTestId('parameter-expression-preview-value');
|
||||
}
|
||||
|
||||
getParameterExpressionPreviewOutput() {
|
||||
return this.page.getByTestId('parameter-expression-preview-output');
|
||||
}
|
||||
|
||||
getInlineExpressionEditorPreview() {
|
||||
return this.page.getByTestId('inline-expression-editor-output');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user