Browse Source

Fixed a forgotten change.

content-update
Marie Malarme 4 years ago committed by Clément
parent
commit
8552bcb7b8
  1. 2
      puppeteer/mouse-trap_test.js

2
puppeteer/mouse-trap_test.js

@ -38,7 +38,7 @@ tests.push(async ({ page, eq, getCirclesPos }) => {
// check that the last created circle moves along the mouse
let move = 0
while (move < 100) {
move += 1
move++
const x = move
const y = move * 2
await page.mouse.move(x, y)

Loading…
Cancel
Save