From 0b768629f610d850690bb0d58dbed8b041cca498 Mon Sep 17 00:00:00 2001 From: Joel Krueger Date: Thu, 30 Jan 2025 21:41:03 -0600 Subject: [PATCH] Fix rickroll selector --- test/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/util.ts b/test/util.ts index 44d16ac667..2bb6e71207 100644 --- a/test/util.ts +++ b/test/util.ts @@ -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',