mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
test: Update e2e test that fails with the new log view (no-changelog) (#15217)
This commit is contained in:
@@ -454,11 +454,11 @@ describe('Langchain Integration', () => {
|
|||||||
cy.createFixtureWorkflow('Test_workflow_chat_partial_execution.json');
|
cy.createFixtureWorkflow('Test_workflow_chat_partial_execution.json');
|
||||||
workflowPage.actions.zoomToFit();
|
workflowPage.actions.zoomToFit();
|
||||||
|
|
||||||
getManualChatModal().should('not.exist');
|
getManualChatModal().find('main').should('not.exist');
|
||||||
openNode('Node 1');
|
openNode('Node 1');
|
||||||
ndv.actions.execute();
|
ndv.actions.execute();
|
||||||
|
|
||||||
getManualChatModal().should('exist');
|
getManualChatModal().find('main').should('exist');
|
||||||
sendManualChatMessage('Test');
|
sendManualChatMessage('Test');
|
||||||
|
|
||||||
getManualChatMessages().should('contain', 'this_my_field_1');
|
getManualChatMessages().should('contain', 'this_my_field_1');
|
||||||
|
|||||||
Reference in New Issue
Block a user