Skip to content

Commit 0bf6673

Browse files
committed
Update Virtualizer.spec.ts
1 parent 224e617 commit 0bf6673

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

e2e/Virtualizer.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ test("overflow", async ({ page }) => {
128128
await label.evaluate((e) => {
129129
const rect = e.getBoundingClientRect();
130130
const pointed = document.elementFromPoint(
131-
rect.x + rect.width / 4,
132-
rect.y + rect.height / 4
131+
rect.x + rect.width / 8,
132+
rect.y + rect.height / 8
133133
);
134134
return e === pointed;
135135
})

0 commit comments

Comments
 (0)