Skip to content

Commit

Permalink
update verify config
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Apr 4, 2023
1 parent e5607ba commit f31a6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/verify-search-engine-configs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fetch, { Headers } from 'node-fetch'

const config = {
google: {
inputQuery: ["input[name='q']"],
inputQuery: ["input[name='q']", "textarea[name='q']"],
sidebarContainerQuery: ['#rhs'],
appendContainerQuery: ['#rcnt'],
resultsContainerQuery: ['#rso'],
Expand Down

0 comments on commit f31a6d3

Please sign in to comment.