mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 04:07:36 +00:00
fix(bestbuy-ca): update selectors to help false positives (#1278)
Resolves #895
This commit is contained in:
@@ -3,17 +3,13 @@ import {Store} from './store';
|
|||||||
export const BestBuyCa: Store = {
|
export const BestBuyCa: Store = {
|
||||||
currency: '$',
|
currency: '$',
|
||||||
labels: {
|
labels: {
|
||||||
inStock: {
|
|
||||||
container: '.addToCartContainer_2uzan',
|
|
||||||
text: ['add to cart']
|
|
||||||
},
|
|
||||||
maxPrice: {
|
maxPrice: {
|
||||||
container: '.pricingContainer_25k3c',
|
container: 'div[class*="pricingContainer"]',
|
||||||
euroFormat: false
|
euroFormat: false
|
||||||
},
|
},
|
||||||
outOfStock: {
|
outOfStock: {
|
||||||
container: '.shippingAvailability_2RMa1',
|
container: '.addToCartButton:disabled',
|
||||||
text: ['coming soon', 'sold out']
|
text: ['add to cart']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
links: [
|
links: [
|
||||||
|
|||||||
Reference in New Issue
Block a user