Fix workflow run ouput format (#10302)
- Adapt the frontend to use the new output format
This commit is contained in:
committed by
GitHub
parent
ad9af65898
commit
77caf36d90
@ -231,7 +231,7 @@ export class WorkflowVisualizerPage {
|
||||
|
||||
async closeSidePanel() {
|
||||
const closeButton = this.#page.getByTestId(
|
||||
'page-header-close-command-menu-button',
|
||||
'page-header-command-menu-button',
|
||||
);
|
||||
|
||||
await closeButton.click();
|
||||
|
||||
Reference in New Issue
Block a user