mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix error when there is no path back to referenced node (#16059)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
This commit is contained in:
committed by
GitHub
parent
50b83add83
commit
d6ac924b3b
@@ -149,7 +149,7 @@ Cypress.Commands.add('grantBrowserPermissions', (...permissions: string[]) => {
|
||||
});
|
||||
|
||||
Cypress.Commands.add('readClipboard', () =>
|
||||
cy.window().then((win) => win.navigator.clipboard.readText()),
|
||||
cy.window().then(async (win) => await win.navigator.clipboard.readText()),
|
||||
);
|
||||
|
||||
Cypress.Commands.add('paste', { prevSubject: true }, (selector, pastePayload) => {
|
||||
|
||||
Reference in New Issue
Block a user