Searched refs:currentScrollY (Results 1 – 1 of 1) sorted by relevance
46 const currentScrollY = await page.evaluate(() => window.scrollY); constant47 expect(currentScrollY).toBe(0);69 const currentScrollY = await page.evaluate(() => window.scrollY); constant70 expect(currentScrollY).toBe(100);
Completed in 4 milliseconds