Skip to content

Commit

Permalink
docs(examples): change searching for searchbox to .devsite class (#6301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talendran committed Sep 11, 2021
1 parent fbd36a9 commit 8d1a697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/search.js
Expand Up @@ -30,7 +30,7 @@ const puppeteer = require('puppeteer');
await page.goto('https://developers.google.com/web/');

// Type into search box.
await page.type('.devsite-searchbox input', 'Headless Chrome');
await page.type('.devsite-search-field', 'Headless Chrome');

// Wait for suggest overlay to appear and click "show all results".
const allResultsSelector = '.devsite-suggest-all-results';
Expand Down

0 comments on commit 8d1a697

Please sign in to comment.