mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 16:26:59 +02:00
test: Update e2e test that fails with the new log view (no-changelog) (#15217)
This commit is contained in:
parent
392e91480a
commit
ce7ab2f456
|
|
@ -454,11 +454,11 @@ describe('Langchain Integration', () => {
|
|||
cy.createFixtureWorkflow('Test_workflow_chat_partial_execution.json');
|
||||
workflowPage.actions.zoomToFit();
|
||||
|
||||
getManualChatModal().should('not.exist');
|
||||
getManualChatModal().find('main').should('not.exist');
|
||||
openNode('Node 1');
|
||||
ndv.actions.execute();
|
||||
|
||||
getManualChatModal().should('exist');
|
||||
getManualChatModal().find('main').should('exist');
|
||||
sendManualChatMessage('Test');
|
||||
|
||||
getManualChatMessages().should('contain', 'this_my_field_1');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user