Skip to content

Commit b4240b1

Browse files
qunit title
1 parent 7152bce commit b4240b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devextreme/testing/tests/DevExpress.ui.widgets.dataGrid

packages/devextreme/testing/tests/DevExpress.ui.widgets.dataGrid/focus.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3314,7 +3314,7 @@ QUnit.module('Focused row', getModuleConfig(true), () => {
33143314
assert.equal(focusedCellChangedCount, 1, 'onFocusedCellChanged fires count');
33153315
});
33163316

3317-
QUnit.testInActiveWindow('T1282664', function(assert) {
3317+
QUnit.testInActiveWindow('onFocusedCellChanged row and cellElement parameter should be defined for the first cell (T1282664)', function(assert) {
33183318
// arrange
33193319
const that = this;
33203320
let focusedCellChangedCount = 0;

0 commit comments

Comments
 (0)