Skip to content

Commit

Permalink
DataGrid - fix test name (#25718)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri authored Oct 4, 2023
1 parent 2cd63f0 commit d762aca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fixture`Keyboard Navigation - editOnKeyPress`

const DATA_GRID_SELECTOR = '#container';

test('Editing should start ', async (t) => {
test('Editing should start by pressing enter after scrolling content with scrolling.mode=virtual', async (t) => {
const dataGrid = new DataGrid(DATA_GRID_SELECTOR);

await dataGrid.scrollBy({ y: 10000 });
Expand Down

0 comments on commit d762aca

Please sign in to comment.