Skip to content

Commit

Permalink
fix(bestbuy-ca): avoid false positive (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
richie256 authored Aug 3, 2021
1 parent 0b060e8 commit 0c589a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/model/bestbuy-ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const BestBuyCa: Store = {
container: 'div[class*="pricingContainer"]',
euroFormat: false,
},
outOfStock: {
container: '.addToCartButton:disabled',
inStock: {
container: '.addToCartButton:not(:disabled)',
text: ['add to cart'],
},
},
Expand Down

0 comments on commit 0c589a7

Please sign in to comment.