fix(eprice): inStock selector

Fixes #1067

Co-authored-by: Maecenass
This commit is contained in:
Jef LeCompte
2020-12-08 17:47:02 -05:00
parent 5955d10a7f
commit 5e1dfc3568
+8 -2
View File
@@ -3,8 +3,8 @@ import {Store} from './store';
export const Eprice: Store = { export const Eprice: Store = {
labels: { labels: {
inStock: { inStock: {
container: '.form_aggiungi_articolo', container: '.topSideDx',
text: ['AGGIUNGI AL CARRELLO'] text: ['disponibile', 'pochi pezzi']
}, },
maxPrice: { maxPrice: {
container: '#PrezzoClasic span[class*="big"]', container: '#PrezzoClasic span[class*="big"]',
@@ -16,6 +16,12 @@ export const Eprice: Store = {
} }
}, },
links: [ links: [
{
brand: 'test:brand',
model: 'test:model',
series: 'test:series',
url: 'https://www.eprice.it/cuffie-con-microfono-APPLE/d-9030906'
},
{ {
brand: 'msi', brand: 'msi',
model: 'ventus 3x oc', model: 'ventus 3x oc',