From e3eb38655a3cefb85c4dbd573494955e06c72f71 Mon Sep 17 00:00:00 2001 From: Luca Rinaldi Date: Tue, 8 Dec 2020 17:37:30 +0100 Subject: [PATCH] fix(store): italian store checks (#1212) --- src/store/model/amazon-it.ts | 4 +++- src/store/model/eprice.ts | 4 ++++ src/store/model/unieuro.ts | 4 ++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/store/model/amazon-it.ts b/src/store/model/amazon-it.ts index 6f0506b49e..b7528cf74d 100644 --- a/src/store/model/amazon-it.ts +++ b/src/store/model/amazon-it.ts @@ -5,7 +5,9 @@ export const AmazonIt: Store = { labels: { captcha: { container: 'body', - text: ['enter the characters you see below'] + text: [ + 'Inserisci i caratteri visualizzati nello spazio sottostante' + ] }, inStock: { container: '#desktop_buybox', diff --git a/src/store/model/eprice.ts b/src/store/model/eprice.ts index 2e72c1facc..a902237058 100644 --- a/src/store/model/eprice.ts +++ b/src/store/model/eprice.ts @@ -9,6 +9,10 @@ export const Eprice: Store = { maxPrice: { container: '#PrezzoClasic span[class*="big"]', euroFormat: true + }, + outOfStock: { + container: '.dispo', + text: ['ESAURITO O FUORI PROD.'] } }, links: [ diff --git a/src/store/model/unieuro.ts b/src/store/model/unieuro.ts index 7e4ca3a3e0..f1f7d86281 100644 --- a/src/store/model/unieuro.ts +++ b/src/store/model/unieuro.ts @@ -2,6 +2,10 @@ import {Store} from './store'; export const Unieuro: Store = { labels: { + captcha: { + container: 'body', + text: ['Too Many Requests.'] + }, inStock: { container: '.price-container', text: ['Aggiungi al carrello']