Skip to content

Commit

Permalink
debug: ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Sep 12, 2021
1 parent 7946c0c commit 453a3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/test_organizational_chart_desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 453a3ac

Please sign in to comment.