Skip to content

Commit

Permalink
rerun ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tongsonbarbs committed Jan 14, 2025
1 parent 46f1357 commit d061b6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/testcafe-devextreme/tests/dataGrid/editing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ test('Focused cell should be switched to the editing mode after onSaving\'s prom
});
});

// T1190566
test('DataGrid - The "Cannot read properties of undefined error" occurs when using Tab while saving a promise', async (t) => {
test('DataGrid - The "Cannot read properties of undefined error" occurs when using Tab while saving a promise (T1190566)', async (t) => {
const dataGrid = new DataGrid('#container');
const resolveOnSavingDeferred = ClientFunction(() => (window as any).deferred.resolve());

Expand Down

0 comments on commit d061b6e

Please sign in to comment.