mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Open chat when executing agent node in canvas v2 (#12617)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
* Getters
|
||||
*/
|
||||
|
||||
import { clearNotifications } from '../../pages/notifications';
|
||||
|
||||
export function getCredentialConnectionParameterInputs() {
|
||||
return cy.getByTestId('credential-connection-parameter');
|
||||
}
|
||||
@@ -55,5 +57,6 @@ export function setCredentialValues(values: Record<string, string>, save = true)
|
||||
if (save) {
|
||||
saveCredential();
|
||||
closeCredentialModal();
|
||||
clearNotifications();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user