Home
last modified time | relevance | path

Searched refs:currentScrollY (Results 1 – 1 of 1) sorted by relevance

/web-php/tests/EndToEnd/
H A DSearchModalTest.spec.ts46 const currentScrollY = await page.evaluate(() => window.scrollY); constant
47 expect(currentScrollY).toBe(0);
69 const currentScrollY = await page.evaluate(() => window.scrollY); constant
70 expect(currentScrollY).toBe(100);

Completed in 4 milliseconds