Skip to content

Commit f31a6d3

Browse files
committed
update verify config
1 parent e5607ba commit f31a6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/verify-search-engine-configs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fetch, { Headers } from 'node-fetch'
33

44
const config = {
55
google: {
6-
inputQuery: ["input[name='q']"],
6+
inputQuery: ["input[name='q']", "textarea[name='q']"],
77
sidebarContainerQuery: ['#rhs'],
88
appendContainerQuery: ['#rcnt'],
99
resultsContainerQuery: ['#rso'],

0 commit comments

Comments
 (0)