mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Add Info Note to NDV Output Panel if no existing Tools were used during Execution (#11672)
This commit is contained in:
@@ -72,6 +72,10 @@ export function getOutputPanelTable() {
|
||||
return getOutputPanelDataContainer().get('table');
|
||||
}
|
||||
|
||||
export function getRunDataInfoCallout() {
|
||||
return cy.getByTestId('run-data-callout');
|
||||
}
|
||||
|
||||
export function getOutputPanelItemsCount() {
|
||||
return getOutputPanel().getByTestId('ndv-items-count');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user