mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Rollout improved log view (2nd attempt) (#15382)
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
* 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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user