feat(vsgamers): add maxPrice selector(#1682)

This commit is contained in:
wofnull
2021-01-14 14:14:44 +01:00
committed by GitHub
parent a768eb4cf5
commit 84382def6f
+4
View File
@@ -7,6 +7,10 @@ export const VsGamers: Store = {
container: '#vs-product-sheet-dashboard',
text: ['COMPRAR', 'RESERVAR']
},
maxPrice: {
container: 'div[class="current ng-binding"]',
euroFormat: true
},
outOfStock: {
container: '#vs-product-sheet-dashboard',
text: ['Avísame']