Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Mar 13, 2024
1 parent b36af2b commit 71c5df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/data-editor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ describe("data-editor", () => {

const canvas = screen.getByTestId("data-grid-canvas");
sendClick(canvas, {
clientX: 850, // Col Boolean
clientX: 830, // Col Boolean
clientY: 36 * 2 + 32 + 16, // Row 2 (0 indexed)
});

Expand Down

0 comments on commit 71c5df4

Please sign in to comment.