mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Revert log view rollout (no-changelog) (#15309)
This commit is contained in:
@@ -2,14 +2,6 @@
|
||||
* Accessors
|
||||
*/
|
||||
|
||||
export function getOverviewPanel() {
|
||||
return cy.getByTestId('logs-overview');
|
||||
}
|
||||
|
||||
export function getOverviewPanelBody() {
|
||||
return cy.getByTestId('logs-overview-body');
|
||||
}
|
||||
|
||||
export function getOverviewStatus() {
|
||||
return cy.getByTestId('logs-overview-status');
|
||||
}
|
||||
|
||||
@@ -22,10 +22,21 @@ export function getManualChatModalCloseButton() {
|
||||
return cy.getByTestId('workflow-chat-button');
|
||||
}
|
||||
|
||||
export function getManualChatModalLogs() {
|
||||
return cy.getByTestId('canvas-chat-logs');
|
||||
}
|
||||
export function getManualChatDialog() {
|
||||
return getManualChatModal().getByTestId('workflow-lm-chat-dialog');
|
||||
}
|
||||
|
||||
export function getManualChatModalLogsTree() {
|
||||
return getManualChatModalLogs().getByTestId('lm-chat-logs-tree');
|
||||
}
|
||||
|
||||
export function getManualChatModalLogsEntries() {
|
||||
return getManualChatModalLogs().getByTestId('lm-chat-logs-entry');
|
||||
}
|
||||
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user