Skip to content

Commit

Permalink
Fix rickroll selector
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-krueger authored Jan 31, 2025
1 parent 9971622 commit 0b76862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function getTestStore(): Store {
text: ['Rickrolling'],
},
captchaHandler: {
challenge: 'img.thumbimage',
challenge: '#mw-content-text > div.mw-content-ltr.mw-parser-output > figure:nth-child(3) > a > img',
input: '#searchInput',
submit: 'body',
captureType: 'image',
Expand Down

0 comments on commit 0b76862

Please sign in to comment.