Skip to content

Commit

Permalink
fix(bestbuy-ca): use proper selector (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
mven committed Nov 15, 2020
1 parent 8e1744c commit 63d550c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/model/bestbuy-ca.ts
Expand Up @@ -3,8 +3,8 @@ import {Store} from './store';
export const BestBuyCa: Store = {
labels: {
inStock: {
container: '#root',
text: ['available online']
container: '.x-product-detail-page .addToCartButton:enabled',
text: ['Add to Cart']
},
maxPrice: {
container:
Expand Down

0 comments on commit 63d550c

Please sign in to comment.