Home
last modified time | relevance | path

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

/web-php/tests/EndToEnd/
H A DDisabledJavascriptTest.spec.ts13 let searchInput = await page.getByRole('searchbox', { name: 'Search docs' }); variable
14 await searchInput.fill('strpos');
15 await searchInput.press('Enter');
18 searchInput = await page.getByRole('searchbox', { name: 'Search docs' });
19 await searchInput.fill('php basics');
20 await searchInput.press('Enter');
35 const searchInput = await page.getByRole('searchbox', { name: 'Lookup docs' }); constant
36 await searchInput.fill('strpos');
37 await searchInput.press('Enter');
H A DSearchModalTest.spec.ts52 const searchInput = modal.getByRole('searchbox', { name: 'Search docs' }); constant
53 await expect(searchInput).toBeFocused();
54 await expect(searchInput).toHaveValue('');

Completed in 6 milliseconds