Skip to content

Commit

Permalink
tests: fix small typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Mar 23, 2021
1 parent c73eae6 commit 785c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/integration/example11.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ describe('Example 11 - Batch Editing', () => {
.click();
});

it('should have a frozen grid with 4 containers on page load with 3 columns on the left and 6 columns on the right', () => {
it('should have a frozen grid with 4 containers on page load with 3 columns on the left and 8 columns on the right', () => {
cy.get('[style="top:0px"]').should('have.length', 2);
cy.get('.grid-canvas-left > [style="top:0px"]').children().should('have.length', 3);
cy.get('.grid-canvas-right > [style="top:0px"]').children().should('have.length', 8);
Expand Down

0 comments on commit 785c3af

Please sign in to comment.