Skip to content

Commit d02ae7f

Browse files
authored
fix: rickroll selector is broken for captcha test (#3207)
1 parent ac49e8a commit d02ae7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: 'img.thumbimage',
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)