fix: Prevent copying workflow when copying outside of canvas (#10813)

This commit is contained in:
Mutasem Aldmour
2024-09-16 12:27:44 +02:00
committed by GitHub
parent 3be31e27ed
commit 22c1890139
7 changed files with 349 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ export class AIAssistant extends BasePage {
cy.getByTestId('node-error-view-ask-assistant-button').find('button').first(),
credentialEditAssistantButton: () =>
cy.getByTestId('credentail-edit-ask-assistant-button').find('button').first(),
codeSnippet: () => cy.getByTestId('assistant-code-snippet'),
};
actions = {