fix(editor): Revert log view rollout (no-changelog) (#15309)

This commit is contained in:
Suguru Inoue
2025-05-12 13:35:18 +02:00
committed by GitHub
parent e2b9ada4b5
commit 81caedb319
7 changed files with 28 additions and 27 deletions

View File

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