From 453a3acf2669470be9e4ee5fde5df41ed2c94742 Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Sun, 12 Sep 2021 12:02:36 +0530 Subject: [PATCH] debug: ui tests --- cypress/integration/test_organizational_chart_desktop.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/test_organizational_chart_desktop.js b/cypress/integration/test_organizational_chart_desktop.js index 39b00d32635d..f00652b80d9e 100644 --- a/cypress/integration/test_organizational_chart_desktop.js +++ b/cypress/integration/test_organizational_chart_desktop.js @@ -32,6 +32,7 @@ context('Organizational Chart', () => { it('renders root nodes and loads children for the first expandable node', () => { // check rendered root nodes and the node name, title, connections + console.log('root nodes children', cy.get('.hierarchy').find('.root-level ul.node-children').children()); cy.get('.hierarchy').find('.root-level ul.node-children').children() .should('have.length', 2) .first()