fix(store): italian store checks (#1212)

This commit is contained in:
Luca Rinaldi
2020-12-08 17:37:30 +01:00
committed by GitHub
parent b535b470ca
commit e3eb38655a
3 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ export const AmazonIt: Store = {
labels: { labels: {
captcha: { captcha: {
container: 'body', container: 'body',
text: ['enter the characters you see below'] text: [
'Inserisci i caratteri visualizzati nello spazio sottostante'
]
}, },
inStock: { inStock: {
container: '#desktop_buybox', container: '#desktop_buybox',
+4
View File
@@ -9,6 +9,10 @@ export const Eprice: Store = {
maxPrice: { maxPrice: {
container: '#PrezzoClasic span[class*="big"]', container: '#PrezzoClasic span[class*="big"]',
euroFormat: true euroFormat: true
},
outOfStock: {
container: '.dispo',
text: ['ESAURITO O FUORI PROD.']
} }
}, },
links: [ links: [
+4
View File
@@ -2,6 +2,10 @@ import {Store} from './store';
export const Unieuro: Store = { export const Unieuro: Store = {
labels: { labels: {
captcha: {
container: 'body',
text: ['Too Many Requests.']
},
inStock: { inStock: {
container: '.price-container', container: '.price-container',
text: ['Aggiungi al carrello'] text: ['Aggiungi al carrello']