Skip to content

Commit

Permalink
skip-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tongsonbarbs committed Aug 29, 2024
1 parent 09cb50f commit 4db5b8f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ test('Should remove dx-focused class on blur event from the cell', async (t) =>
});
});

test('DataGrid - FilterRow cell loses focus when focusedRowEnabled is true and editing is in batch mode (T1246926)', async (t) => {
// T1246926
test('DataGrid - FilterRow cell loses focus when focusedRowEnabled is true and editing is in batch mode', async (t) => {
const dataGrid = new DataGrid('#container');
const filterEditor = dataGrid.getFilterEditor(0, FilterTextBox).getInput();

Expand Down

0 comments on commit 4db5b8f

Please sign in to comment.