Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 72870f4

Browse files
committed
fix(tests): fix failing Cypress E2E from last commit
1 parent 00b0751 commit 72870f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/cypress/integration/example01.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ describe('Example 1 - Basic Grids', () => {
117117
.click();
118118
});
119119

120-
it('should have no sorting in 2nd grid', () => {
120+
it('should have no sorting in 2nd grid (back to default sorted by id)', () => {
121121
let gridUid = '';
122-
const grid2Tasks = ['Task 0', 'Task 1', 'Task 10', 'Task 100', 'Task 101'];
122+
const grid2Tasks = ['Task 0', 'Task 1', 'Task 2', 'Task 3', 'Task 4'];
123123

124124
cy.get('#grid2')
125125
.should(($grid) => {

test/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "Ghislain B.",
1212
"license": "MIT",
1313
"devDependencies": {
14-
"cypress": "^4.0.2",
14+
"cypress": "^4.2.0",
1515
"mocha": "^5.2.0",
1616
"mochawesome": "^3.1.2",
1717
"mochawesome-merge": "^1.0.7",

0 commit comments

Comments
 (0)