Skip to content

Commit

Permalink
fix(store): update the italian store checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucarin91 committed Dec 7, 2020
1 parent d5bd7e3 commit 0d3f0dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/amazon-it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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',
Expand Down
4 changes: 4 additions & 0 deletions src/store/model/eprice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
4 changes: 4 additions & 0 deletions src/store/model/unieuro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 0d3f0dd

Please sign in to comment.