Lines Matching refs:page
11 test('search should fallback when javascript is disabled', async ({ page }) => {
12 await page.goto(httpHost);
13 let searchInput = await page.getByRole('searchbox', { name: 'Search docs' });
16 await expect(page).toHaveURL(`http://${httpHost}/manual/en/function.strpos.php`);
18 searchInput = await page.getByRole('searchbox', { name: 'Search docs' });
21 …await expect(page).toHaveURL(`http://${httpHost}/manual-lookup.php?pattern=php+basics&scope=quickr…
28 const page = await context.newPage(); constant
29 await page.goto(httpHost);
30 await page
33 await expect(page).toHaveURL(`http://${httpHost}/lookup-form.php`);
35 const searchInput = await page.getByRole('searchbox', { name: 'Lookup docs' });
38 await expect(page).toHaveURL(`http://${httpHost}/manual/en/function.strpos.php`);
45 const page = await context.newPage(); constant
46 await page.goto(httpHost);
47 await page
50 await expect(page).toHaveURL(`http://${httpHost}/menu.php`);