From 2d01cfddff557f112c6d53473dad25eb299f2fc0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 21 Nov 2020 21:10:21 +0100 Subject: [PATCH] feat(store): add captcha check to saturn and mediamarkt (#876) --- src/store/model/mediamarkt.ts | 4 ++++ src/store/model/saturn.ts | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/store/model/mediamarkt.ts b/src/store/model/mediamarkt.ts index f6beeec..f1e0658 100644 --- a/src/store/model/mediamarkt.ts +++ b/src/store/model/mediamarkt.ts @@ -2,6 +2,10 @@ import {Store} from './store'; export const Mediamarkt: Store = { labels: { + captcha: { + container: 'body', + text: ['Das ging uns leider zu schnell.'] + }, maxPrice: { container: 'span[font-family="price"]', euroFormat: false diff --git a/src/store/model/saturn.ts b/src/store/model/saturn.ts index 0d13737..b60ca39 100644 --- a/src/store/model/saturn.ts +++ b/src/store/model/saturn.ts @@ -2,6 +2,10 @@ import {Store} from './store'; export const Saturn: Store = { labels: { + captcha: { + container: 'body', + text: ['Das ging uns leider zu schnell.'] + }, maxPrice: { container: 'span[font-family="price"]', euroFormat: false // Note: Saturn uses non-euroFromat as price seperator