feat(editor): Rollout improved log view (2nd attempt) (#15382)

This commit is contained in:
Suguru Inoue
2025-05-14 11:51:02 +02:00
committed by GitHub
parent 249b7f8556
commit 4657e348f4
7 changed files with 27 additions and 28 deletions

View File

@@ -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');
}