Skip to content

Commit fe6c463

Browse files
committed
debug flaky test fix
1 parent b49020b commit fe6c463

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

cypress/e2e/30-langchain.cy.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ describe('Langchain Integration', () => {
372372
getNodes().should('have.length', 3);
373373
});
374374

375-
it.only('should render runItems for sub-nodes and allow switching between them', () => {
375+
it('should render runItems for sub-nodes and allow switching between them', () => {
376376
const workflowPage = new WorkflowPage();
377377

378378
cy.visit(workflowPage.url);
@@ -390,15 +390,6 @@ describe('Langchain Integration', () => {
390390

391391
workflowPage.actions.openNode('Character Text Splitter');
392392

393-
// Wait for the input panel to switch to Debugging mode
394-
// ndv
395-
// .getInputPanel()
396-
// .find('[data-test-id="input-panel-mode"] label')
397-
// .contains('Debugging')
398-
// .parent()
399-
// .should('have.a.property', 'aria-checked', 'true');
400-
// ndv.getInputPanelItemsCount().should('not.exist');
401-
402393
ndv.getOutputRunSelector().should('exist');
403394
ndv.getInputRunSelector().should('exist');
404395
ndv.getInputRunSelector().find('input').should('include.value', '3 of 3');

0 commit comments

Comments
 (0)