mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +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 = {
|
||||
currency: '$',
|
||||
labels: {
|
||||
inStock: {
|
||||
container: '.addToCartContainer_2uzan',
|
||||
text: ['add to cart']
|
||||
},
|
||||
maxPrice: {
|
||||
container: '.pricingContainer_25k3c',
|
||||
container: 'div[class*="pricingContainer"]',
|
||||
euroFormat: false
|
||||
},
|
||||
outOfStock: {
|
||||
container: '.shippingAvailability_2RMa1',
|
||||
text: ['coming soon', 'sold out']
|
||||
container: '.addToCartButton:disabled',
|
||||
text: ['add to cart']
|
||||
}
|
||||
},
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user