Skip to content

Commit

Permalink
testing cypress github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraci committed Oct 23, 2024
1 parent f0e8b01 commit ab2ac88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/nodes_spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Solution Navigator', () => {
const title = 'Persist the items in the store';

cy.get('[data-test-create-node]').click();
cy.get('[data-test-node-item]').should('have.length', 1);
cy.get('[data-test-node-item]').should('have.length', 2);
cy.url().should('include', '/nodes/');

cy.get('[data-test-node-title]').click();
Expand Down

0 comments on commit ab2ac88

Please sign in to comment.