test(editor): Migrate inline-expression-editor to playwright (#19411)

This commit is contained in:
yehorkardash
2025-09-12 10:20:40 +00:00
committed by GitHub
parent f37e9da13a
commit b4aaec51f6
4 changed files with 175 additions and 178 deletions

View File

@@ -33,6 +33,8 @@ export const AI_MEMORY_POSTGRES_NODE_NAME = 'Postgres Chat Memory';
export const AI_OUTPUT_PARSER_AUTO_FIXING_NODE_NAME = 'Auto-fixing Output Parser';
export const WEBHOOK_NODE_NAME = 'Webhook';
export const EXECUTE_WORKFLOW_NODE_NAME = 'Execute Workflow';
export const NO_OPERATION_NODE_NAME = 'No Operation, do nothing';
export const HACKER_NEWS_NODE_NAME = 'Hacker News';
export const NEW_GOOGLE_ACCOUNT_NAME = 'Gmail account';
export const NEW_TRELLO_ACCOUNT_NAME = 'Trello account';