Skip to content

Commit 19e12f9

Browse files
authored
Update util.ts
1 parent 0b76862 commit 19e12f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function getTestStore(): Store {
3939
text: ['Rickrolling'],
4040
},
4141
captchaHandler: {
42-
challenge: '#mw-content-text > div.mw-content-ltr.mw-parser-output > figure:nth-child(3) > a > img',
42+
challenge: 'figure[typeof="mw:File/Thumb"] a img.mw-file-element',
4343
input: '#searchInput',
4444
submit: 'body',
4545
captureType: 'image',

0 commit comments

Comments
 (0)