feat(core): Show sub-node error on the logs pane. Open logs pane on sub-node error (#10248)

This commit is contained in:
Eugene
2024-08-02 16:00:09 +02:00
committed by GitHub
parent 0faf46f4f8
commit 57d1c9a99e
7 changed files with 333 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ export class NDV extends BasePage {
editPinnedDataButton: () => cy.getByTestId('ndv-edit-pinned-data'),
pinnedDataEditor: () => this.getters.outputPanel().find('.cm-editor .cm-scroller .cm-content'),
runDataPaneHeader: () => cy.getByTestId('run-data-pane-header'),
aiOutputModeToggle: () => cy.getByTestId('ai-output-mode-select'),
nodeOutputHint: () => cy.getByTestId('ndv-output-run-node-hint'),
savePinnedDataButton: () =>
this.getters.runDataPaneHeader().find('button').filter(':visible').contains('Save'),