fix(editor): Fix partial chat executions (#15379)

This commit is contained in:
oleg
2025-05-15 17:12:08 +02:00
committed by GitHub
parent 726438d95e
commit b6370fb2ec
8 changed files with 452 additions and 32 deletions

View File

@@ -397,3 +397,7 @@ export function clickContextMenuAction(action: string) {
export function openExecutions() {
cy.getByTestId('radio-button-executions').click();
}
export function clickClearExecutionDataButton() {
cy.getByTestId('clear-execution-data-button').click();
}