fix(editor): Fix styling and typography in AI Assistant chat (#10895)

This commit is contained in:
Milorad FIlipović
2024-09-23 13:05:15 +02:00
committed by GitHub
parent 67fb6d6fdd
commit 57ff3cc27b
6 changed files with 284 additions and 59 deletions

View File

@@ -37,7 +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'),
codeSnippet: () => cy.getByTestId('assistant-code-snippet-content'),
};
actions = {