From 82767e149113c7186d7bf8dbf3d3b0b8c64ee507 Mon Sep 17 00:00:00 2001 From: Onind Date: Wed, 5 May 2021 17:47:24 +0200 Subject: [PATCH] Fix Mediamarkt Captcha detection the captcha text was located in the second

on the site and the captcha check seems only to look in the first element it finds. --- src/store/model/mediamarkt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/model/mediamarkt.ts b/src/store/model/mediamarkt.ts index 96dd41c378..de6bb30ab8 100644 --- a/src/store/model/mediamarkt.ts +++ b/src/store/model/mediamarkt.ts @@ -5,7 +5,7 @@ export const Mediamarkt: Store = { currency: '€', labels: { captcha: { - container: 'p', + container: 'body', text: ['Das ging uns leider zu schnell.'], }, maxPrice: {