fix(bestbuy-ca): use proper selector (#801)

This commit is contained in:
Michael Vendivel
2020-11-14 21:02:49 -06:00
committed by GitHub
parent 8e1744c6b1
commit 63d550ca63
+2 -2
View File
@@ -3,8 +3,8 @@ import {Store} from './store';
export const BestBuyCa: Store = { export const BestBuyCa: Store = {
labels: { labels: {
inStock: { inStock: {
container: '#root', container: '.x-product-detail-page .addToCartButton:enabled',
text: ['available online'] text: ['Add to Cart']
}, },
maxPrice: { maxPrice: {
container: container: